#CC85EA

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

Shades of Wisteria #CC85EA

Tints of Wisteria #CC85EA

Color information

#CC85EA (or 0xCC85EA) is unknown color: approx Wisteria. HEX triplet: CC, 85 and EA. RGB value is (204,133,234). Sum of RGB (Red+Green+Blue) = 204+133+234=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85EA is #337A15. Grayscale: #A5A5A5. Windows color (decimal): -3373590 or 15369676. OLE color: 15369676.

HSL color Cylindrical-coordinate representation of color #CC85EA: hue angle of 282.18º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC85EA is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204133234-
CMYK0.130.4300.08
HSL282.18º70.63%71.96%-
HSV(B)282.18º43.16%91.76%-
XYZ48.1435.5582.17-
YUV165.74166.52155.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=35.73%
G=23.29%
B=40.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041332340.130.4300.08282.1870.6371.96
HexCC85EAD2B0811a4748
Octal3142053521553010432107110
Binary11001100100001011110101011011010110100010001101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85EA; }

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

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

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

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

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

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

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

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