#CA9FDA

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

Shades of Wisteria #CA9FDA

Tints of Wisteria #CA9FDA

Color information

#CA9FDA (or 0xCA9FDA) is unknown color: approx Wisteria. HEX triplet: CA, 9F and DA. RGB value is (202,159,218). Sum of RGB (Red+Green+Blue) = 202+159+218=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FDA is #356025. Grayscale: #B2B2B2. Windows color (decimal): -3498022 or 14327754. OLE color: 14327754.

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

Color convert

RGB202159218-
CMYK0.070.2700.15
HSL283.73º44.36%73.92%-
HSV(B)283.73º27.06%85.49%-
XYZ49.4142.4171.91-
YUV178.58150.25144.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=34.89%
G=27.46%
B=37.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021592180.070.2700.15283.7344.3673.92
HexCA9FDA71B0F11c2c4a
Octal31223733273301743454112
Binary11001010100111111101101011111011011111000111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FDA; }

 p { color: rgb(202,159,218); }

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

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

 a { background-color: rgb(202,159,218); }

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

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

 span { border-color: rgb(202,159,218); }

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