#CAA8DF

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

Shades of Wisteria #CAA8DF

Tints of Wisteria #CAA8DF

Color information

#CAA8DF (or 0xCAA8DF) is unknown color: approx Wisteria. HEX triplet: CA, A8 and DF. RGB value is (202,168,223). Sum of RGB (Red+Green+Blue) = 202+168+223=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8DF is #355720. Grayscale: #B8B8B8. Windows color (decimal): -3495713 or 14657738. OLE color: 14657738.

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

Color convert

RGB202168223-
CMYK0.090.2500.13
HSL277.09º46.22%76.67%-
HSV(B)277.09º24.66%87.45%-
XYZ51.6845.8975.95-
YUV184.44149.76140.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 168 (66.02% from 255) = 28.33%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=34.06%
G=28.33%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021682230.090.2500.13277.0946.2276.67
HexCAA8DF9190D1152e4d
Octal312250337113101542556115
Binary110010101010100011011111100111001011011000101011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8DF; }

 p { color: rgb(202,168,223); }

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

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

 a { background-color: rgb(202,168,223); }

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

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

 span { border-color: rgb(202,168,223); }

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