#CAABDD

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

Shades of Wisteria #CAABDD

Tints of Wisteria #CAABDD

Color information

#CAABDD (or 0xCAABDD) is unknown color: approx Wisteria. HEX triplet: CA, AB and DD. RGB value is (202,171,221). Sum of RGB (Red+Green+Blue) = 202+171+221=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABDD is #355422. Grayscale: #B9B9B9. Windows color (decimal): -3494947 or 14527434. OLE color: 14527434.

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

Color convert

RGB202171221-
CMYK0.090.2300.13
HSL277.2º42.37%76.86%-
HSV(B)277.2º22.62%86.67%-
XYZ51.9746.974.72-
YUV185.97147.77139.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 171 (67.19% from 255) = 28.79%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=34.01%
G=28.79%
B=37.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021712210.090.2300.13277.242.3776.86
HexCAABDD9170D1152a4d
Octal312253335112701542552115
Binary110010101010101111011101100110111011011000101011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABDD; }

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

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

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

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

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

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

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

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