#C098D1

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

Shades of Wisteria #C098D1

Tints of Wisteria #C098D1

Color information

#C098D1 (or 0xC098D1) is unknown color: approx Wisteria. HEX triplet: C0, 98 and D1. RGB value is (192,152,209). Sum of RGB (Red+Green+Blue) = 192+152+209=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #C098D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098D1 is #3F672E. Grayscale: #AAAAAA. Windows color (decimal): -4155183 or 13736128. OLE color: 13736128.

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

Color convert

RGB192152209-
CMYK0.080.2700.18
HSL282.11º38.26%70.78%-
HSV(B)282.11º27.27%81.96%-
XYZ44.4838.2765.36-
YUV170.46149.75143.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=34.72%
G=27.49%
B=37.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921522090.080.2700.18282.1138.2670.78
HexC098D181B01211a2647
Octal300230321103302243246107
Binary1100000010011000110100011000110110100101000110101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098D1; }

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

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

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

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

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

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

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

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