#CCA4DD

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

Shades of Wisteria #CCA4DD

Tints of Wisteria #CCA4DD

Color information

#CCA4DD (or 0xCCA4DD) is unknown color: approx Wisteria. HEX triplet: CC, A4 and DD. RGB value is (204,164,221). Sum of RGB (Red+Green+Blue) = 204+164+221=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4DD is #335B22. Grayscale: #B6B6B6. Windows color (decimal): -3365667 or 14525644. OLE color: 14525644.

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

Color convert

RGB204164221-
CMYK0.080.2600.13
HSL282.11º45.6%75.49%-
HSV(B)282.11º25.79%86.67%-
XYZ51.2344.6174.32-
YUV182.46149.75143.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=34.63%
G=27.84%
B=37.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041642210.080.2600.13282.1145.675.49
HexCCA4DD81A0D11a2e4b
Octal314244335103201543256113
Binary110011001010010011011101100011010011011000110101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4DD; }

 p { color: rgb(204,164,221); }

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

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

 a { background-color: rgb(204,164,221); }

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

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

 span { border-color: rgb(204,164,221); }

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