#CC85DB

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

Shades of Wisteria #CC85DB

Tints of Wisteria #CC85DB

Color information

#CC85DB (or 0xCC85DB) is unknown color: approx Wisteria. HEX triplet: CC, 85 and DB. RGB value is (204,133,219). Sum of RGB (Red+Green+Blue) = 204+133+219=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85DB is #337A24. Grayscale: #A3A3A3. Windows color (decimal): -3373605 or 14386636. OLE color: 14386636.

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

Color convert

RGB204133219-
CMYK0.070.3900.14
HSL289.53º54.43%69.02%-
HSV(B)289.53º39.27%85.88%-
XYZ46.0834.7371.29-
YUV164.03159.02156.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=36.69%
G=23.92%
B=39.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041332190.070.3900.14289.5354.4369.02
HexCC85DB7270E1223645
Octal31420533374701644266105
Binary110011001000010111011011111100111011101001000101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85DB; }

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

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

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

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

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

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

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

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