#CC91DF

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

Shades of Wisteria #CC91DF

Tints of Wisteria #CC91DF

Color information

#CC91DF (or 0xCC91DF) is unknown color: approx Wisteria. HEX triplet: CC, 91 and DF. RGB value is (204,145,223). Sum of RGB (Red+Green+Blue) = 204+145+223=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91DF is #336E20. Grayscale: #ABABAB. Windows color (decimal): -3370529 or 14651852. OLE color: 14651852.

HSL color Cylindrical-coordinate representation of color #CC91DF: hue angle of 285.38º degrees, saturation: 0.55, 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 #CC91DF is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204145223-
CMYK0.090.3500.13
HSL285.38º54.93%72.16%-
HSV(B)285.38º34.98%87.45%-
XYZ48.3538.4274.68-
YUV171.53157.05151.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=35.66%
G=25.35%
B=38.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041452230.090.3500.13285.3854.9372.16
HexCC91DF9230D11d3748
Octal314221337114301543567110
Binary1100110010010001110111111001100011011011000111011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC91DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC91DF; }

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

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

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

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

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

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

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

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