#CCA6E1

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

Shades of Wisteria #CCA6E1

Tints of Wisteria #CCA6E1

Color information

#CCA6E1 (or 0xCCA6E1) is unknown color: approx Wisteria. HEX triplet: CC, A6 and E1. RGB value is (204,166,225). Sum of RGB (Red+Green+Blue) = 204+166+225=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCA6E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6E1 is #33591E. Grayscale: #B7B7B7. Windows color (decimal): -3365151 or 14788300. OLE color: 14788300.

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

Color convert

RGB204166225-
CMYK0.090.2600.12
HSL278.64º49.58%76.67%-
HSV(B)278.64º26.22%88.24%-
XYZ52.1345.5577.28-
YUV184.09151.09142.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 166 (65.23% from 255) = 27.90%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=34.29%
G=27.90%
B=37.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041662250.090.2600.12278.6449.5876.67
HexCCA6E191A0C117324d
Octal314246341113201442762115
Binary110011001010011011100001100111010011001000101111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6E1; }

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

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

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

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

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

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

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

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