#CC91DE

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

Shades of Wisteria #CC91DE

Tints of Wisteria #CC91DE

Color information

#CC91DE (or 0xCC91DE) is unknown color: approx Wisteria. HEX triplet: CC, 91 and DE. RGB value is (204,145,222). Sum of RGB (Red+Green+Blue) = 204+145+222=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 145 (57.03% from 255 or 25.39% 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 #CC91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91DE is #336E21. Grayscale: #ABABAB. Windows color (decimal): -3370530 or 14586316. OLE color: 14586316.

HSL color Cylindrical-coordinate representation of color #CC91DE: hue angle of 285.97º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC91DE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204145222-
CMYK0.080.3500.13
HSL285.97º53.85%71.96%-
HSV(B)285.97º34.68%87.06%-
XYZ48.2138.3673.97-
YUV171.42156.55151.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=35.73%
G=25.39%
B=38.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041452220.080.3500.13285.9753.8571.96
HexCC91DE8230D11e3648
Octal314221336104301543666110
Binary1100110010010001110111101000100011011011000111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC91DE; }

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

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

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

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

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

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

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

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