#CAA3DD

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

Shades of Wisteria #CAA3DD

Tints of Wisteria #CAA3DD

Color information

#CAA3DD (or 0xCAA3DD) is unknown color: approx Wisteria. HEX triplet: CA, A3 and DD. RGB value is (202,163,221). Sum of RGB (Red+Green+Blue) = 202+163+221=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3DD is #355C22. Grayscale: #B5B5B5. Windows color (decimal): -3496995 or 14525386. OLE color: 14525386.

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

Color convert

RGB202163221-
CMYK0.090.2600.13
HSL280.34º46.03%75.29%-
HSV(B)280.34º26.24%86.67%-
XYZ50.5143.9774.23-
YUV181.27150.42142.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 163 (64.06% from 255) = 27.82%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=34.47%
G=27.82%
B=37.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021632210.090.2600.13280.3446.0375.29
HexCAA3DD91A0D1182e4b
Octal312243335113201543056113
Binary110010101010001111011101100111010011011000110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3DD; }

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

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

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

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

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

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

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

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