#CA99DC

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

Shades of Wisteria #CA99DC

Tints of Wisteria #CA99DC

Color information

#CA99DC (or 0xCA99DC) is unknown color: approx Wisteria. HEX triplet: CA, 99 and DC. RGB value is (202,153,220). Sum of RGB (Red+Green+Blue) = 202+153+220=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99DC is #356623. Grayscale: #AFAFAF. Windows color (decimal): -3499556 or 14457290. OLE color: 14457290.

HSL color Cylindrical-coordinate representation of color #CA99DC: hue angle of 283.88º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA99DC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202153220-
CMYK0.080.3000.14
HSL283.88º48.91%73.14%-
HSV(B)283.88º30.45%86.27%-
XYZ48.6740.5172.96-
YUV175.29153.23147.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 153 (60.16% from 255) = 26.61%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=35.13%
G=26.61%
B=38.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021532200.080.3000.14283.8848.9173.14
HexCA99DC81E0E11c3149
Octal312231334103601643461111
Binary110010101001100111011100100011110011101000111001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA99DC; }

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

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

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

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

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

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

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

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