#CC8EF6

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

Shades of Wisteria #CC8EF6

Tints of Wisteria #CC8EF6

Color information

#CC8EF6 (or 0xCC8EF6) is unknown color: approx Wisteria. HEX triplet: CC, 8E and F6. RGB value is (204,142,246). Sum of RGB (Red+Green+Blue) = 204+142+246=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC8EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EF6 is #337109. Grayscale: #ACACAC. Windows color (decimal): -3371274 or 16158412. OLE color: 16158412.

HSL color Cylindrical-coordinate representation of color #CC8EF6: hue angle of 275.77º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC8EF6 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204142246-
CMYK0.170.4200.04
HSL275.77º85.25%76.08%-
HSV(B)275.77º42.28%96.47%-
XYZ51.2138.8491.99-
YUV172.39169.54150.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 142 (55.86% from 255) = 23.99%
BLUE value IS 246 (96.48% from 255) = 41.55%
R=34.46%
G=23.99%
B=41.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041422460.170.4200.04275.7785.2576.08
HexCC8EF6112A04114554c
Octal314216366215204424125114
Binary11001100100011101111011010001101010010010001010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EF6; }

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

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

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

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

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

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

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

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