#CC85E8

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

Shades of Wisteria #CC85E8

Tints of Wisteria #CC85E8

Color information

#CC85E8 (or 0xCC85E8) is unknown color: approx Wisteria. HEX triplet: CC, 85 and E8. RGB value is (204,133,232). Sum of RGB (Red+Green+Blue) = 204+133+232=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC85E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85E8 is #337A17. Grayscale: #A5A5A5. Windows color (decimal): -3373592 or 15238604. OLE color: 15238604.

HSL color Cylindrical-coordinate representation of color #CC85E8: hue angle of 283.03º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC85E8 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204133232-
CMYK0.120.4300.09
HSL283.03º68.28%71.57%-
HSV(B)283.03º42.67%90.98%-
XYZ47.8535.4480.66-
YUV165.52165.52155.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 232 (91.02% from 255) = 40.77%
R=35.85%
G=23.37%
B=40.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041332320.120.4300.09283.0368.2871.57
HexCC85E8C2B0911b4448
Octal3142053501453011433104110
Binary11001100100001011110100011001010110100110001101110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85E8; }

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

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

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

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

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

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

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

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