#CCA7DB

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

Shades of Wisteria #CCA7DB

Tints of Wisteria #CCA7DB

Color information

#CCA7DB (or 0xCCA7DB) is unknown color: approx Wisteria. HEX triplet: CC, A7 and DB. RGB value is (204,167,219). Sum of RGB (Red+Green+Blue) = 204+167+219=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7DB is #335824. Grayscale: #B7B7B7. Windows color (decimal): -3364901 or 14395340. OLE color: 14395340.

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

Color convert

RGB204167219-
CMYK0.070.2400.14
HSL282.69º41.94%75.69%-
HSV(B)282.69º23.74%85.88%-
XYZ51.5145.5973.1-
YUV183.99147.76142.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 167 (65.62% from 255) = 28.31%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=34.58%
G=28.31%
B=37.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041672190.070.2400.14282.6941.9475.69
HexCCA7DB7180E11b2a4c
Octal31424733373001643352114
Binary11001100101001111101101111111000011101000110111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7DB; }

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

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

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

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

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

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

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

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