#CA99DD

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

Shades of Wisteria #CA99DD

Tints of Wisteria #CA99DD

Color information

#CA99DD (or 0xCA99DD) is unknown color: approx Wisteria. HEX triplet: CA, 99 and DD. RGB value is (202,153,221). Sum of RGB (Red+Green+Blue) = 202+153+221=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99DD is #356622. Grayscale: #AFAFAF. Windows color (decimal): -3499555 or 14522826. OLE color: 14522826.

HSL color Cylindrical-coordinate representation of color #CA99DD: hue angle of 283.24º 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 #CA99DD is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202153221-
CMYK0.090.3100.13
HSL283.24º50%73.33%-
HSV(B)283.24º30.77%86.67%-
XYZ48.840.5673.66-
YUV175.4153.73146.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=35.07%
G=26.56%
B=38.37%

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
Decimal2021532210.090.3100.13283.245073.33
HexCA99DD91F0D11b3249
Octal312231335113701543362111
Binary110010101001100111011101100111111011011000110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99DD; }

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

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

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

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

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

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

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

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