#CA9DD9

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

Shades of Wisteria #CA9DD9

Tints of Wisteria #CA9DD9

Color information

#CA9DD9 (or 0xCA9DD9) is unknown color: approx Wisteria. HEX triplet: CA, 9D and D9. RGB value is (202,157,217). Sum of RGB (Red+Green+Blue) = 202+157+217=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA9DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DD9 is #356226. Grayscale: #B1B1B1. Windows color (decimal): -3498535 or 14261706. OLE color: 14261706.

HSL color Cylindrical-coordinate representation of color #CA9DD9: hue angle of 285º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9DD9 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202157217-
CMYK0.070.2800.15
HSL285º44.12%73.33%-
HSV(B)285º27.65%85.1%-
XYZ48.9441.6871.11-
YUV177.3150.41145.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 217 (85.16% from 255) = 37.67%
R=35.07%
G=27.26%
B=37.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021572170.070.2800.1528544.1273.33
HexCA9DD971C0F11d2c49
Octal31223533173401743554111
Binary11001010100111011101100111111100011111000111011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DD9; }

 p { color: rgb(202,157,217); }

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

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

 a { background-color: rgb(202,157,217); }

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

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

 span { border-color: rgb(202,157,217); }

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