#CAA0E0

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

Shades of Wisteria #CAA0E0

Tints of Wisteria #CAA0E0

Color information

#CAA0E0 (or 0xCAA0E0) is unknown color: approx Wisteria. HEX triplet: CA, A0 and E0. RGB value is (202,160,224). Sum of RGB (Red+Green+Blue) = 202+160+224=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0E0 is #355F1F. Grayscale: #B3B3B3. Windows color (decimal): -3497760 or 14721226. OLE color: 14721226.

HSL color Cylindrical-coordinate representation of color #CAA0E0: hue angle of 279.38º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA0E0 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202160224-
CMYK0.100.2900.12
HSL279.38º50.79%75.29%-
HSV(B)279.38º28.57%87.84%-
XYZ50.3843.0876.18-
YUV179.85152.91143.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 160 (62.89% from 255) = 27.30%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=34.47%
G=27.30%
B=38.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021602240.100.2900.12279.3850.7975.29
HexCAA0E0A1D0C117334b
Octal312240340123501442763113
Binary110010101010000011100000101011101011001000101111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0E0; }

 p { color: rgb(202,160,224); }

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

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

 a { background-color: rgb(202,160,224); }

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

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

 span { border-color: rgb(202,160,224); }

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