#CC8AE8

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

Shades of Wisteria #CC8AE8

Tints of Wisteria #CC8AE8

Color information

#CC8AE8 (or 0xCC8AE8) is unknown color: approx Wisteria. HEX triplet: CC, 8A and E8. RGB value is (204,138,232). Sum of RGB (Red+Green+Blue) = 204+138+232=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC8AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8AE8 is #337517. Grayscale: #A8A8A8. Windows color (decimal): -3372312 or 15239884. OLE color: 15239884.

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

Color convert

RGB204138232-
CMYK0.120.4100.09
HSL282.13º67.14%72.55%-
HSV(B)282.13º40.52%90.98%-
XYZ48.5636.8480.9-
YUV168.45163.87153.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 232 (91.02% from 255) = 40.42%
R=35.54%
G=24.04%
B=40.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041382320.120.4100.09282.1367.1472.55
HexCC8AE8C290911a4349
Octal3142123501451011432103111
Binary11001100100010101110100011001010010100110001101010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8AE8; }

 p { color: rgb(204,138,232); }

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

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

 a { background-color: rgb(204,138,232); }

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

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

 span { border-color: rgb(204,138,232); }

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