#CA9DE5

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

Shades of Wisteria #CA9DE5

Tints of Wisteria #CA9DE5

Color information

#CA9DE5 (or 0xCA9DE5) is unknown color: approx Wisteria. HEX triplet: CA, 9D and E5. RGB value is (202,157,229). Sum of RGB (Red+Green+Blue) = 202+157+229=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA9DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DE5 is #35621A. Grayscale: #B2B2B2. Windows color (decimal): -3498523 or 15048138. OLE color: 15048138.

HSL color Cylindrical-coordinate representation of color #CA9DE5: hue angle of 277.5º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA9DE5 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202157229-
CMYK0.120.3100.10
HSL277.5º58.06%75.69%-
HSV(B)277.5º31.44%89.8%-
XYZ50.5642.3379.63-
YUV178.66156.41144.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=34.35%
G=26.70%
B=38.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021572290.120.3100.10277.558.0675.69
HexCA9DE5C1F0A1163a4c
Octal312235345143701242672114
Binary110010101001110111100101110011111010101000101101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DE5; }

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

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

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

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

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

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

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

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