#CCA2E1

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

Shades of Wisteria #CCA2E1

Tints of Wisteria #CCA2E1

Color information

#CCA2E1 (or 0xCCA2E1) is unknown color: approx Wisteria. HEX triplet: CC, A2 and E1. RGB value is (204,162,225). Sum of RGB (Red+Green+Blue) = 204+162+225=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCA2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2E1 is #335D1E. Grayscale: #B5B5B5. Windows color (decimal): -3366175 or 14787276. OLE color: 14787276.

HSL color Cylindrical-coordinate representation of color #CCA2E1: hue angle of 280º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA2E1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204162225-
CMYK0.090.2800.12
HSL280º51.22%75.88%-
HSV(B)280º28%88.24%-
XYZ51.4144.1177.04-
YUV181.74152.41143.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 162 (63.67% from 255) = 27.41%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=34.52%
G=27.41%
B=38.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041622250.090.2800.1228051.2275.88
HexCCA2E191C0C118334c
Octal314242341113401443063114
Binary110011001010001011100001100111100011001000110001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2E1; }

 p { color: rgb(204,162,225); }

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

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

 a { background-color: rgb(204,162,225); }

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

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

 span { border-color: rgb(204,162,225); }

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