#CC8EE7

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

Shades of Wisteria #CC8EE7

Tints of Wisteria #CC8EE7

Color information

#CC8EE7 (or 0xCC8EE7) is unknown color: approx Wisteria. HEX triplet: CC, 8E and E7. RGB value is (204,142,231). Sum of RGB (Red+Green+Blue) = 204+142+231=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC8EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EE7 is #337118. Grayscale: #AAAAAA. Windows color (decimal): -3371289 or 15175372. OLE color: 15175372.

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

Color convert

RGB204142231-
CMYK0.120.3900.09
HSL281.8º64.96%73.14%-
HSV(B)281.8º38.53%90.59%-
XYZ4937.9580.34-
YUV170.68162.04151.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 231 (90.62% from 255) = 40.03%
R=35.36%
G=24.61%
B=40.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041422310.120.3900.09281.864.9673.14
HexCC8EE7C270911a4149
Octal3142163471447011432101111
Binary11001100100011101110011111001001110100110001101010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EE7; }

 p { color: rgb(204,142,231); }

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

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

 a { background-color: rgb(204,142,231); }

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

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

 span { border-color: rgb(204,142,231); }

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