#CCA1F2

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

Shades of Wisteria #CCA1F2

Tints of Wisteria #CCA1F2

Color information

#CCA1F2 (or 0xCCA1F2) is unknown color: approx Wisteria. HEX triplet: CC, A1 and F2. RGB value is (204,161,242). Sum of RGB (Red+Green+Blue) = 204+161+242=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCA1F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1F2 is #335E0D. Grayscale: #B6B6B6. Windows color (decimal): -3366414 or 15901132. OLE color: 15901132.

HSL color Cylindrical-coordinate representation of color #CCA1F2: hue angle of 271.85º degrees, saturation: 0.76, 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 #CCA1F2 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204161242-
CMYK0.160.3300.05
HSL271.85º75.7%79.02%-
HSV(B)271.85º33.47%94.9%-
XYZ53.6744.7489.81-
YUV183.09161.25142.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 161 (63.28% from 255) = 26.52%
BLUE value IS 242 (94.92% from 255) = 39.87%
R=33.61%
G=26.52%
B=39.87%

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
Decimal2041612420.160.3300.05271.8575.779.02
HexCCA1F21021051104c4f
Octal314241362204105420114117
Binary11001100101000011111001010000100001010110001000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1F2; }

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

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

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

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

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

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

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

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