#CC85EC

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

Shades of Wisteria #CC85EC

Tints of Wisteria #CC85EC

Color information

#CC85EC (or 0xCC85EC) is unknown color: approx Wisteria. HEX triplet: CC, 85 and EC. RGB value is (204,133,236). Sum of RGB (Red+Green+Blue) = 204+133+236=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85EC is #337A13. Grayscale: #A5A5A5. Windows color (decimal): -3373588 or 15500748. OLE color: 15500748.

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

Color convert

RGB204133236-
CMYK0.140.4400.07
HSL281.36º73.05%72.35%-
HSV(B)281.36º43.64%92.55%-
XYZ48.4335.6783.69-
YUV165.97167.52155.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 133 (52.34% from 255) = 23.21%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=35.60%
G=23.21%
B=41.19%

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
Decimal2041332360.140.4400.07281.3673.0572.35
HexCC85ECE2C071194948
Octal314205354165407431111110
Binary1100110010000101111011001110101100011110001100110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC85EC; }

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

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

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

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

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

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

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

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