#CCA5DB

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

Shades of Wisteria #CCA5DB

Tints of Wisteria #CCA5DB

Color information

#CCA5DB (or 0xCCA5DB) is unknown color: approx Wisteria. HEX triplet: CC, A5 and DB. RGB value is (204,165,219). Sum of RGB (Red+Green+Blue) = 204+165+219=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5DB is #335A24. Grayscale: #B6B6B6. Windows color (decimal): -3365413 or 14394828. OLE color: 14394828.

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

Color convert

RGB204165219-
CMYK0.070.2500.14
HSL283.33º42.86%75.29%-
HSV(B)283.33º24.66%85.88%-
XYZ51.1444.8672.98-
YUV182.82148.42143.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 165 (64.84% from 255) = 28.06%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=34.69%
G=28.06%
B=37.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041652190.070.2500.14283.3342.8675.29
HexCCA5DB7190E11b2b4b
Octal31424533373101643353113
Binary11001100101001011101101111111001011101000110111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5DB; }

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

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

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

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

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

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

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

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