#CC85DE

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

Shades of Wisteria #CC85DE

Tints of Wisteria #CC85DE

Color information

#CC85DE (or 0xCC85DE) is unknown color: approx Wisteria. HEX triplet: CC, 85 and DE. RGB value is (204,133,222). Sum of RGB (Red+Green+Blue) = 204+133+222=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85DE is #337A21. Grayscale: #A4A4A4. Windows color (decimal): -3373602 or 14583244. OLE color: 14583244.

HSL color Cylindrical-coordinate representation of color #CC85DE: hue angle of 287.87º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC85DE is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204133222-
CMYK0.080.4000.13
HSL287.87º57.42%69.61%-
HSV(B)287.87º40.09%87.06%-
XYZ46.4734.8973.39-
YUV164.38160.52156.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=36.49%
G=23.79%
B=39.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041332220.080.4000.13287.8757.4269.61
HexCC85DE8280D1203946
Octal314205336105001544071106
Binary1100110010000101110111101000101000011011001000001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85DE; }

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

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

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

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

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

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

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

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