#ca9fdf

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

Shades of Wisteria #CA9FDF

Tints of Wisteria #CA9FDF

Color information

#CA9FDF (or 0xCA9FDF) is unknown color: approx Wisteria. HEX triplet: CA, 9F and DF. RGB value is (202,159,223). Sum of RGB (Red+Green+Blue) = 202+159+223=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FDF is #356020. Grayscale: #B2B2B2. Windows color (decimal): -3498017 or 14655434. OLE color: 14655434.

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

Color convert

RGB202159223-
CMYK0.090.2900.13
HSL280.31º50%74.9%-
HSV(B)280.31º28.7%87.45%-
XYZ50.0742.6875.41-
YUV179.15152.75144.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=34.59%
G=27.23%
B=38.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021592230.090.2900.13280.315074.9
HexCA9FDF91D0D118324b
Octal312237337113501543062113
Binary110010101001111111011111100111101011011000110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca9fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca9fdf; }

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

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

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

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

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

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

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

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