#CCA1EB

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

Shades of Wisteria #CCA1EB

Tints of Wisteria #CCA1EB

Color information

#CCA1EB (or 0xCCA1EB) is unknown color: approx Wisteria. HEX triplet: CC, A1 and EB. RGB value is (204,161,235). Sum of RGB (Red+Green+Blue) = 204+161+235=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCA1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1EB is #335E14. Grayscale: #B6B6B6. Windows color (decimal): -3366421 or 15442380. OLE color: 15442380.

HSL color Cylindrical-coordinate representation of color #CCA1EB: hue angle of 274.86º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA1EB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204161235-
CMYK0.130.3100.08
HSL274.86º64.91%77.65%-
HSV(B)274.86º31.49%92.16%-
XYZ52.6444.3384.38-
YUV182.29157.75143.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 161 (63.28% from 255) = 26.83%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=34%
G=26.83%
B=39.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041612350.130.3100.08274.8664.9177.65
HexCCA1EBD1F08113414e
Octal3142413531537010423101116
Binary1100110010100001111010111101111110100010001001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1EB; }

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

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

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

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

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

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

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

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