#CAA0EE

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

Shades of Wisteria #CAA0EE

Tints of Wisteria #CAA0EE

Color information

#CAA0EE (or 0xCAA0EE) is unknown color: approx Wisteria. HEX triplet: CA, A0 and EE. RGB value is (202,160,238). Sum of RGB (Red+Green+Blue) = 202+160+238=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAA0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0EE is #355F11. Grayscale: #B5B5B5. Windows color (decimal): -3497746 or 15638730. OLE color: 15638730.

HSL color Cylindrical-coordinate representation of color #CAA0EE: hue angle of 272.31º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA0EE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202160238-
CMYK0.150.3300.07
HSL272.31º69.64%78.04%-
HSV(B)272.31º32.77%93.33%-
XYZ52.3643.8786.6-
YUV181.45159.91142.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 160 (62.89% from 255) = 26.67%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=33.67%
G=26.67%
B=39.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021602380.150.3300.07272.3169.6478.04
HexCAA0EEF2107110464e
Octal312240356174107420106116
Binary1100101010100000111011101111100001011110001000010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0EE; }

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

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

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

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

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

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

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

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