#CC8EFA

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

Shades of Wisteria #CC8EFA

Tints of Wisteria #CC8EFA

Color information

#CC8EFA (or 0xCC8EFA) is unknown color: approx Wisteria. HEX triplet: CC, 8E and FA. RGB value is (204,142,250). Sum of RGB (Red+Green+Blue) = 204+142+250=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 142 (55.86% from 255 or 23.83% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC8EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EFA is #337105. Grayscale: #ACACAC. Windows color (decimal): -3371270 or 16420556. OLE color: 16420556.

HSL color Cylindrical-coordinate representation of color #CC8EFA: hue angle of 274.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC8EFA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204142250-
CMYK0.180.4300.02
HSL274.44º91.53%76.86%-
HSV(B)274.44º43.2%98.04%-
XYZ51.8339.0995.25-
YUV172.85171.54150.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 142 (55.86% from 255) = 23.83%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=34.23%
G=23.83%
B=41.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041422500.180.4300.02274.4491.5376.86
HexCC8EFA122B021125c4d
Octal314216372225302422134115
Binary1100110010001110111110101001010101101010001001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EFA; }

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

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

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

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

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

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

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

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