#CC8EF1

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

Shades of Wisteria #CC8EF1

Tints of Wisteria #CC8EF1

Color information

#CC8EF1 (or 0xCC8EF1) is unknown color: approx Wisteria. HEX triplet: CC, 8E and F1. RGB value is (204,142,241). Sum of RGB (Red+Green+Blue) = 204+142+241=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC8EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EF1 is #33710E. Grayscale: #ABABAB. Windows color (decimal): -3371279 or 15830732. OLE color: 15830732.

HSL color Cylindrical-coordinate representation of color #CC8EF1: hue angle of 277.58º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8EF1 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204142241-
CMYK0.150.4100.05
HSL277.58º77.95%75.1%-
HSV(B)277.58º41.08%94.51%-
XYZ50.4538.5388-
YUV171.82167.04150.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=34.75%
G=24.19%
B=41.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041422410.150.4100.05277.5877.9575.1
HexCC8EF1F29051164e4b
Octal314216361175105426116113
Binary1100110010001110111100011111101001010110001011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EF1; }

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

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

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

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

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

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

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

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