#CAA7DF

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

Shades of Wisteria #CAA7DF

Tints of Wisteria #CAA7DF

Color information

#CAA7DF (or 0xCAA7DF) is unknown color: approx Wisteria. HEX triplet: CA, A7 and DF. RGB value is (202,167,223). Sum of RGB (Red+Green+Blue) = 202+167+223=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7DF is #355820. Grayscale: #B7B7B7. Windows color (decimal): -3495969 or 14657482. OLE color: 14657482.

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

Color convert

RGB202167223-
CMYK0.090.2500.13
HSL277.5º46.67%76.47%-
HSV(B)277.5º25.11%87.45%-
XYZ51.545.5275.88-
YUV183.85150.1140.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 167 (65.62% from 255) = 28.21%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=34.12%
G=28.21%
B=37.67%

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
Decimal2021672230.090.2500.13277.546.6776.47
HexCAA7DF9190D1162f4c
Octal312247337113101542657114
Binary110010101010011111011111100111001011011000101101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA7DF; }

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

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

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

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

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

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

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

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