#CCA1E5

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

Shades of Wisteria #CCA1E5

Tints of Wisteria #CCA1E5

Color information

#CCA1E5 (or 0xCCA1E5) is unknown color: approx Wisteria. HEX triplet: CC, A1 and E5. RGB value is (204,161,229). Sum of RGB (Red+Green+Blue) = 204+161+229=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1E5 is #335E1A. Grayscale: #B5B5B5. Windows color (decimal): -3366427 or 15049164. OLE color: 15049164.

HSL color Cylindrical-coordinate representation of color #CCA1E5: hue angle of 277.94º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA1E5 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204161229-
CMYK0.110.3000.10
HSL277.94º56.67%76.47%-
HSV(B)277.94º29.69%89.8%-
XYZ51.7943.9879.89-
YUV181.61154.75143.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=34.34%
G=27.10%
B=38.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041612290.110.3000.10277.9456.6776.47
HexCCA1E5B1E0A116394c
Octal314241345133601242671114
Binary110011001010000111100101101111110010101000101101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1E5; }

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

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

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

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

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

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

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

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