#CCA6DE

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

Shades of Wisteria #CCA6DE

Tints of Wisteria #CCA6DE

Color information

#CCA6DE (or 0xCCA6DE) is unknown color: approx Wisteria. HEX triplet: CC, A6 and DE. RGB value is (204,166,222). Sum of RGB (Red+Green+Blue) = 204+166+222=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6DE is #335921. Grayscale: #B7B7B7. Windows color (decimal): -3365154 or 14591692. OLE color: 14591692.

HSL color Cylindrical-coordinate representation of color #CCA6DE: hue angle of 280.71º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA6DE is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204166222-
CMYK0.080.2500.13
HSL280.71º45.9%76.08%-
HSV(B)280.71º25.23%87.06%-
XYZ51.7245.3875.14-
YUV183.75149.59142.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=34.46%
G=28.04%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041662220.080.2500.13280.7145.976.08
HexCCA6DE8190D1192e4c
Octal314246336103101543156114
Binary110011001010011011011110100011001011011000110011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6DE; }

 p { color: rgb(204,166,222); }

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

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

 a { background-color: rgb(204,166,222); }

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

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

 span { border-color: rgb(204,166,222); }

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