#CA98DD

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

Shades of Wisteria #CA98DD

Tints of Wisteria #CA98DD

Color information

#CA98DD (or 0xCA98DD) is unknown color: approx Wisteria. HEX triplet: CA, 98 and DD. RGB value is (202,152,221). Sum of RGB (Red+Green+Blue) = 202+152+221=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98DD is #356722. Grayscale: #AEAEAE. Windows color (decimal): -3499811 or 14522570. OLE color: 14522570.

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

Color convert

RGB202152221-
CMYK0.090.3100.13
HSL283.48º50.36%73.14%-
HSV(B)283.48º31.22%86.67%-
XYZ48.6440.2373.61-
YUV174.82154.06147.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=35.13%
G=26.43%
B=38.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021522210.090.3100.13283.4850.3673.14
HexCA98DD91F0D11b3249
Octal312230335113701543362111
Binary110010101001100011011101100111111011011000110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA98DD; }

 p { color: rgb(202,152,221); }

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

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

 a { background-color: rgb(202,152,221); }

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

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

 span { border-color: rgb(202,152,221); }

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