#CC8BDB

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

Shades of Wisteria #CC8BDB

Tints of Wisteria #CC8BDB

Color information

#CC8BDB (or 0xCC8BDB) is unknown color: approx Wisteria. HEX triplet: CC, 8B and DB. RGB value is (204,139,219). Sum of RGB (Red+Green+Blue) = 204+139+219=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BDB is #337424. Grayscale: #A7A7A7. Windows color (decimal): -3372069 or 14388172. OLE color: 14388172.

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

Color convert

RGB204139219-
CMYK0.070.3700.14
HSL288.75º52.63%70.2%-
HSV(B)288.75º36.53%85.88%-
XYZ46.9236.4271.57-
YUV167.56157.03154-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 139 (54.69% from 255) = 24.73%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=36.30%
G=24.73%
B=38.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041392190.070.3700.14288.7552.6370.2
HexCC8BDB7250E1213546
Octal31421333374501644165106
Binary110011001000101111011011111100101011101001000011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BDB; }

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

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

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

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

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

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

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

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