#CAA5DC

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

Shades of Wisteria #CAA5DC

Tints of Wisteria #CAA5DC

Color information

#CAA5DC (or 0xCAA5DC) is unknown color: approx Wisteria. HEX triplet: CA, A5 and DC. RGB value is (202,165,220). Sum of RGB (Red+Green+Blue) = 202+165+220=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5DC is #355A23. Grayscale: #B6B6B6. Windows color (decimal): -3496484 or 14460362. OLE color: 14460362.

HSL color Cylindrical-coordinate representation of color #CAA5DC: hue angle of 280.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA5DC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202165220-
CMYK0.080.2500.14
HSL280.36º44%75.49%-
HSV(B)280.36º25%86.27%-
XYZ50.7344.6373.65-
YUV182.33149.26142.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 165 (64.84% from 255) = 28.11%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=34.41%
G=28.11%
B=37.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021652200.080.2500.14280.364475.49
HexCAA5DC8190E1182c4b
Octal312245334103101643054113
Binary110010101010010111011100100011001011101000110001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5DC; }

 p { color: rgb(202,165,220); }

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

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

 a { background-color: rgb(202,165,220); }

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

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

 span { border-color: rgb(202,165,220); }

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