#C098DD

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

Shades of Wisteria #C098DD

Tints of Wisteria #C098DD

Color information

#C098DD (or 0xC098DD) is unknown color: approx Wisteria. HEX triplet: C0, 98 and DD. RGB value is (192,152,221). Sum of RGB (Red+Green+Blue) = 192+152+221=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C098DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098DD is #3F6722. Grayscale: #ABABAB. Windows color (decimal): -4155171 or 14522560. OLE color: 14522560.

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

Color convert

RGB192152221-
CMYK0.130.3100.13
HSL274.78º50.36%73.14%-
HSV(B)274.78º31.22%86.67%-
XYZ46.0238.8873.49-
YUV171.83155.75142.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=33.98%
G=26.90%
B=39.12%

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
Decimal1921522210.130.3100.13274.7850.3673.14
HexC098DDD1F0D1133249
Octal300230335153701542362111
Binary110000001001100011011101110111111011011000100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098DD; }

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

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

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

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

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

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

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

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