#C19CDD

Color #C19CDD Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C19CDD

Tints of Wisteria #C19CDD

Color information

#C19CDD (or 0xC19CDD) is unknown color: approx Wisteria. HEX triplet: C1, 9C and DD. RGB value is (193,156,221). Sum of RGB (Red+Green+Blue) = 193+156+221=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C19CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CDD is #3E6322. Grayscale: #AEAEAE. Windows color (decimal): -4088611 or 14523585. OLE color: 14523585.

HSL color Cylindrical-coordinate representation of color #C19CDD: hue angle of 274.15º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C19CDD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193156221-
CMYK0.130.2900.13
HSL274.15º48.87%73.92%-
HSV(B)274.15º29.41%86.67%-
XYZ46.9340.3373.72-
YUV174.47154.26141.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 156 (61.33% from 255) = 27.37%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=33.86%
G=27.37%
B=38.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931562210.130.2900.13274.1548.8773.92
HexC19CDDD1D0D112314a
Octal301234335153501542261112
Binary110000011001110011011101110111101011011000100101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19CDD; }

 p { color: rgb(193,156,221); }

 H1.HeaderClassName
 {
   color: #C19CDD;
 }
 .AnyTagClassName
 {
   color: #C19CDD;
 }
</style>
background-color css

<style>
 a { background-color: #C19CDD; }

 a { background-color: rgb(193,156,221); }

 div.DivClassName
 {
   background-color: #C19CDD;
 }
 .BgClassName
 {
   background-color: #C19CDD;
 }
</style>
border-color css

<style>
 span { border-color: #C19CDD; }

 span { border-color: rgb(193,156,221); }

 td.TdClassName
 {
   border-color: #C19CDD;
 }
 .TagClassName
 {
   border-color: #C19CDD;
 }
</style>