#CC85DD

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

Shades of Wisteria #CC85DD

Tints of Wisteria #CC85DD

Color information

#CC85DD (or 0xCC85DD) is unknown color: approx Wisteria. HEX triplet: CC, 85 and DD. RGB value is (204,133,221). Sum of RGB (Red+Green+Blue) = 204+133+221=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85DD is #337A22. Grayscale: #A3A3A3. Windows color (decimal): -3373603 or 14517708. OLE color: 14517708.

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

Color convert

RGB204133221-
CMYK0.080.4000.13
HSL288.41º56.41%69.41%-
HSV(B)288.41º39.82%86.67%-
XYZ46.3434.8372.69-
YUV164.26160.02156.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=36.56%
G=23.84%
B=39.61%

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
Decimal2041332210.080.4000.13288.4156.4169.41
HexCC85DD8280D1203845
Octal314205335105001544070105
Binary1100110010000101110111011000101000011011001000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85DD; }

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

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

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

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

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

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

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

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