#C099D0

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

Shades of Wisteria #C099D0

Tints of Wisteria #C099D0

Color information

#C099D0 (or 0xC099D0) is unknown color: approx Wisteria. HEX triplet: C0, 99 and D0. RGB value is (192,153,208). Sum of RGB (Red+Green+Blue) = 192+153+208=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #C099D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099D0 is #3F662F. Grayscale: #AAAAAA. Windows color (decimal): -4154928 or 13670848. OLE color: 13670848.

HSL color Cylindrical-coordinate representation of color #C099D0: hue angle of 282.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C099D0 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192153208-
CMYK0.080.2600.18
HSL282.55º36.91%70.78%-
HSV(B)282.55º26.44%81.57%-
XYZ44.5138.5464.77-
YUV170.93148.92143.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=34.72%
G=27.67%
B=37.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921532080.080.2600.18282.5536.9170.78
HexC099D081A01211b2547
Octal300231320103202243345107
Binary1100000010011001110100001000110100100101000110111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099D0; }

 p { color: rgb(192,153,208); }

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

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

 a { background-color: rgb(192,153,208); }

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

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

 span { border-color: rgb(192,153,208); }

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