#CAA0DD

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

Shades of Wisteria #CAA0DD

Tints of Wisteria #CAA0DD

Color information

#CAA0DD (or 0xCAA0DD) is unknown color: approx Wisteria. HEX triplet: CA, A0 and DD. RGB value is (202,160,221). Sum of RGB (Red+Green+Blue) = 202+160+221=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0DD is #355F22. Grayscale: #B3B3B3. Windows color (decimal): -3497763 or 14524618. OLE color: 14524618.

HSL color Cylindrical-coordinate representation of color #CAA0DD: hue angle of 281.31º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAA0DD is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202160221-
CMYK0.090.2800.13
HSL281.31º47.29%74.71%-
HSV(B)281.31º27.6%86.67%-
XYZ49.9842.9274.06-
YUV179.51151.41144.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=34.65%
G=27.44%
B=37.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021602210.090.2800.13281.3147.2974.71
HexCAA0DD91C0D1192f4b
Octal312240335113401543157113
Binary110010101010000011011101100111100011011000110011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0DD; }

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

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

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

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

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

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

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

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