#CC8DDB

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

Shades of Wisteria #CC8DDB

Tints of Wisteria #CC8DDB

Color information

#CC8DDB (or 0xCC8DDB) is unknown color: approx Wisteria. HEX triplet: CC, 8D and DB. RGB value is (204,141,219). Sum of RGB (Red+Green+Blue) = 204+141+219=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DDB is #337224. Grayscale: #A8A8A8. Windows color (decimal): -3371557 or 14388684. OLE color: 14388684.

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

Color convert

RGB204141219-
CMYK0.070.3600.14
HSL288.46º52%70.59%-
HSV(B)288.46º35.62%85.88%-
XYZ47.213771.67-
YUV168.73156.37153.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=36.17%
G=25%
B=38.83%

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
Decimal2041412190.070.3600.14288.465270.59
HexCC8DDB7240E1203447
Octal31421533374401644064107
Binary110011001000110111011011111100100011101001000001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8DDB; }

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

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

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

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

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

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

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

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