#CCA6DA

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

Shades of Wisteria #CCA6DA

Tints of Wisteria #CCA6DA

Color information

#CCA6DA (or 0xCCA6DA) is unknown color: approx Wisteria. HEX triplet: CC, A6 and DA. RGB value is (204,166,218). Sum of RGB (Red+Green+Blue) = 204+166+218=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCA6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6DA is #335925. Grayscale: #B7B7B7. Windows color (decimal): -3365158 or 14329548. OLE color: 14329548.

HSL color Cylindrical-coordinate representation of color #CCA6DA: hue angle of 283.85º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCA6DA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204166218-
CMYK0.060.2400.15
HSL283.85º41.27%75.29%-
HSV(B)283.85º23.85%85.49%-
XYZ51.1945.1772.35-
YUV183.29147.59142.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.69%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=34.69%
G=28.23%
B=37.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041662180.060.2400.15283.8541.2775.29
HexCCA6DA6180F11c294b
Octal31424633263001743451113
Binary11001100101001101101101011011000011111000111001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6DA; }

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

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

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

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

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

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

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

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