#CC85ED

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

Shades of Wisteria #CC85ED

Tints of Wisteria #CC85ED

Color information

#CC85ED (or 0xCC85ED) is unknown color: approx Wisteria. HEX triplet: CC, 85 and ED. RGB value is (204,133,237). Sum of RGB (Red+Green+Blue) = 204+133+237=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85ED is #337A12. Grayscale: #A5A5A5. Windows color (decimal): -3373587 or 15566284. OLE color: 15566284.

HSL color Cylindrical-coordinate representation of color #CC85ED: hue angle of 280.96º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC85ED is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204133237-
CMYK0.140.4400.07
HSL280.96º74.29%72.55%-
HSV(B)280.96º43.88%92.94%-
XYZ48.5835.7384.46-
YUV166.08168.02155.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 133 (52.34% from 255) = 23.17%
BLUE value IS 237 (92.97% from 255) = 41.29%
R=35.54%
G=23.17%
B=41.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041332370.140.4400.07280.9674.2972.55
HexCC85EDE2C071194a49
Octal314205355165407431112111
Binary1100110010000101111011011110101100011110001100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85ED; }

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

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

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

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

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

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

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

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