#C19CDE

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

Shades of Wisteria #C19CDE

Tints of Wisteria #C19CDE

Color information

#C19CDE (or 0xC19CDE) is unknown color: approx Wisteria. HEX triplet: C1, 9C and DE. RGB value is (193,156,222). Sum of RGB (Red+Green+Blue) = 193+156+222=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #C19CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CDE is #3E6321. Grayscale: #AEAEAE. Windows color (decimal): -4088610 or 14589121. OLE color: 14589121.

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

Color convert

RGB193156222-
CMYK0.130.3000.13
HSL273.64º50%74.12%-
HSV(B)273.64º29.73%87.06%-
XYZ47.0740.3974.42-
YUV174.59154.76141.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 156 (61.33% from 255) = 27.32%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=33.80%
G=27.32%
B=38.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931562220.130.3000.13273.645074.12
HexC19CDED1E0D112324a
Octal301234336153601542262112
Binary110000011001110011011110110111110011011000100101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19CDE; }

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

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

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

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

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

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

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

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