#CC91D6

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

Shades of Wisteria #CC91D6

Tints of Wisteria #CC91D6

Color information

#CC91D6 (or 0xCC91D6) is unknown color: approx Wisteria. HEX triplet: CC, 91 and D6. RGB value is (204,145,214). Sum of RGB (Red+Green+Blue) = 204+145+214=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC91D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91D6 is #336E29. Grayscale: #AAAAAA. Windows color (decimal): -3370538 or 14062028. OLE color: 14062028.

HSL color Cylindrical-coordinate representation of color #CC91D6: hue angle of 291.3º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC91D6 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204145214-
CMYK0.050.3200.16
HSL291.3º45.7%70.39%-
HSV(B)291.3º32.24%83.92%-
XYZ47.1637.9468.46-
YUV170.51152.55151.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 214 (83.98% from 255) = 38.01%
R=36.23%
G=25.75%
B=38.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041452140.050.3200.16291.345.770.39
HexCC91D65200101232e46
Octal31422132654002044356106
Binary1100110010010001110101101011000000100001001000111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC91D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC91D6; }

 p { color: rgb(204,145,214); }

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

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

 a { background-color: rgb(204,145,214); }

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

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

 span { border-color: rgb(204,145,214); }

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