#CA9DDF

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

Shades of Wisteria #CA9DDF

Tints of Wisteria #CA9DDF

Color information

#CA9DDF (or 0xCA9DDF) is unknown color: approx Wisteria. HEX triplet: CA, 9D and DF. RGB value is (202,157,223). Sum of RGB (Red+Green+Blue) = 202+157+223=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DDF is #356220. Grayscale: #B1B1B1. Windows color (decimal): -3498529 or 14654922. OLE color: 14654922.

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

Color convert

RGB202157223-
CMYK0.090.3000.13
HSL280.91º50.77%74.51%-
HSV(B)280.91º29.6%87.45%-
XYZ49.734275.3-
YUV177.98153.41145.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=34.71%
G=26.98%
B=38.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021572230.090.3000.13280.9150.7774.51
HexCA9DDF91E0D119334b
Octal312235337113601543163113
Binary110010101001110111011111100111110011011000110011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DDF; }

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

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

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

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

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

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

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

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