#CCA4D5

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

Shades of Wisteria #CCA4D5

Tints of Wisteria #CCA4D5

Color information

#CCA4D5 (or 0xCCA4D5) is unknown color: approx Wisteria. HEX triplet: CC, A4 and D5. RGB value is (204,164,213). Sum of RGB (Red+Green+Blue) = 204+164+213=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCA4D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4D5 is #335B2A. Grayscale: #B5B5B5. Windows color (decimal): -3365675 or 14001356. OLE color: 14001356.

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

Color convert

RGB204164213-
CMYK0.040.2300.16
HSL288.98º36.84%73.92%-
HSV(B)288.98º23%83.53%-
XYZ50.1944.1968.84-
YUV181.55145.75144.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 164 (64.45% from 255) = 28.23%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=35.11%
G=28.23%
B=36.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041642130.040.2300.16288.9836.8473.92
HexCCA4D5417010121254a
Octal31424432542702044145112
Binary110011001010010011010101100101110100001001000011001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4D5; }

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

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

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

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

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

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

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

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