#CC86EA

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

Shades of Wisteria #CC86EA

Tints of Wisteria #CC86EA

Color information

#CC86EA (or 0xCC86EA) is unknown color: approx Wisteria. HEX triplet: CC, 86 and EA. RGB value is (204,134,234). Sum of RGB (Red+Green+Blue) = 204+134+234=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC86EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86EA is #337915. Grayscale: #A6A6A6. Windows color (decimal): -3373334 or 15369932. OLE color: 15369932.

HSL color Cylindrical-coordinate representation of color #CC86EA: hue angle of 282º degrees, saturation: 0.7, 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 #CC86EA is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204134234-
CMYK0.130.4300.08
HSL282º70.42%72.16%-
HSV(B)282º42.74%91.76%-
XYZ48.2835.8382.21-
YUV166.33166.19154.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=35.66%
G=23.43%
B=40.91%

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
Decimal2041342340.130.4300.0828270.4272.16
HexCC86EAD2B0811a4648
Octal3142063521553010432106110
Binary11001100100001101110101011011010110100010001101010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC86EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC86EA; }

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

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

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

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

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

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

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

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