#CCA2F2

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

Shades of Wisteria #CCA2F2

Tints of Wisteria #CCA2F2

Color information

#CCA2F2 (or 0xCCA2F2) is unknown color: approx Wisteria. HEX triplet: CC, A2 and F2. RGB value is (204,162,242). Sum of RGB (Red+Green+Blue) = 204+162+242=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCA2F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA2F2 is #335D0D. Grayscale: #B7B7B7. Windows color (decimal): -3366158 or 15901388. OLE color: 15901388.

HSL color Cylindrical-coordinate representation of color #CCA2F2: hue angle of 271.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA2F2 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204162242-
CMYK0.160.3300.05
HSL271.5º75.47%79.22%-
HSV(B)271.5º33.06%94.9%-
XYZ53.8545.0989.87-
YUV183.68160.91142.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 162 (63.67% from 255) = 26.64%
BLUE value IS 242 (94.92% from 255) = 39.80%
R=33.55%
G=26.64%
B=39.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041622420.160.3300.05271.575.4779.22
HexCCA2F21021051104b4f
Octal314242362204105420113117
Binary11001100101000101111001010000100001010110001000010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2F2; }

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

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

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

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

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

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

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

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