#CCA1D6

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

Shades of Wisteria #CCA1D6

Tints of Wisteria #CCA1D6

Color information

#CCA1D6 (or 0xCCA1D6) is unknown color: approx Wisteria. HEX triplet: CC, A1 and D6. RGB value is (204,161,214). Sum of RGB (Red+Green+Blue) = 204+161+214=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCA1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1D6 is #335E29. Grayscale: #B3B3B3. Windows color (decimal): -3366442 or 14066124. OLE color: 14066124.

HSL color Cylindrical-coordinate representation of color #CCA1D6: hue angle of 288.68º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCA1D6 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204161214-
CMYK0.050.2500.16
HSL288.68º39.26%73.53%-
HSV(B)288.68º24.77%83.92%-
XYZ49.7843.1869.33-
YUV179.9147.25145.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 161 (63.28% from 255) = 27.81%
BLUE value IS 214 (83.98% from 255) = 36.96%
R=35.23%
G=27.81%
B=36.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041612140.050.2500.16288.6839.2673.53
HexCCA1D6519010121274a
Octal31424132653102044147112
Binary110011001010000111010110101110010100001001000011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1D6; }

 p { color: rgb(204,161,214); }

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

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

 a { background-color: rgb(204,161,214); }

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

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

 span { border-color: rgb(204,161,214); }

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