#C099DD

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

Shades of Wisteria #C099DD

Tints of Wisteria #C099DD

Color information

#C099DD (or 0xC099DD) is unknown color: approx Wisteria. HEX triplet: C0, 99 and DD. RGB value is (192,153,221). Sum of RGB (Red+Green+Blue) = 192+153+221=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #C099DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099DD is #3F6622. Grayscale: #ACACAC. Windows color (decimal): -4154915 or 14522816. OLE color: 14522816.

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

Color convert

RGB192153221-
CMYK0.130.3100.13
HSL274.41º50%73.33%-
HSV(B)274.41º30.77%86.67%-
XYZ46.1839.2173.54-
YUV172.41155.42141.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 153 (60.16% from 255) = 27.03%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=33.92%
G=27.03%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921532210.130.3100.13274.415073.33
HexC099DDD1F0D1123249
Octal300231335153701542262111
Binary110000001001100111011101110111111011011000100101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099DD; }

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

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

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

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

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

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

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

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