#CC85DC

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

Shades of Wisteria #CC85DC

Tints of Wisteria #CC85DC

Color information

#CC85DC (or 0xCC85DC) is unknown color: approx Wisteria. HEX triplet: CC, 85 and DC. RGB value is (204,133,220). Sum of RGB (Red+Green+Blue) = 204+133+220=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85DC is #337A23. Grayscale: #A3A3A3. Windows color (decimal): -3373604 or 14452172. OLE color: 14452172.

HSL color Cylindrical-coordinate representation of color #CC85DC: hue angle of 288.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC85DC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204133220-
CMYK0.070.4000.14
HSL288.97º55.41%69.22%-
HSV(B)288.97º39.55%86.27%-
XYZ46.2134.7871.99-
YUV164.15159.52156.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=36.62%
G=23.88%
B=39.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041332200.070.4000.14288.9755.4169.22
HexCC85DC7280E1213745
Octal31420533475001644167105
Binary110011001000010111011100111101000011101001000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85DC; }

 p { color: rgb(204,133,220); }

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

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

 a { background-color: rgb(204,133,220); }

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

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

 span { border-color: rgb(204,133,220); }

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