#CC8CDB

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

Shades of Wisteria #CC8CDB

Tints of Wisteria #CC8CDB

Color information

#CC8CDB (or 0xCC8CDB) is unknown color: approx Wisteria. HEX triplet: CC, 8C and DB. RGB value is (204,140,219). Sum of RGB (Red+Green+Blue) = 204+140+219=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CDB is #337324. Grayscale: #A7A7A7. Windows color (decimal): -3371813 or 14388428. OLE color: 14388428.

HSL color Cylindrical-coordinate representation of color #CC8CDB: hue angle of 288.61º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8CDB is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204140219-
CMYK0.070.3600.14
HSL288.61º52.32%70.39%-
HSV(B)288.61º36.07%85.88%-
XYZ47.0736.7171.62-
YUV168.14156.7153.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=36.23%
G=24.87%
B=38.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041402190.070.3600.14288.6152.3270.39
HexCC8CDB7240E1213446
Octal31421433374401644164106
Binary110011001000110011011011111100100011101001000011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CDB; }

 p { color: rgb(204,140,219); }

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

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

 a { background-color: rgb(204,140,219); }

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

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

 span { border-color: rgb(204,140,219); }

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