#C098DB

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

Shades of Wisteria #C098DB

Tints of Wisteria #C098DB

Color information

#C098DB (or 0xC098DB) is unknown color: approx Wisteria. HEX triplet: C0, 98 and DB. RGB value is (192,152,219). Sum of RGB (Red+Green+Blue) = 192+152+219=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C098DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098DB is #3F6724. Grayscale: #ABABAB. Windows color (decimal): -4155173 or 14391488. OLE color: 14391488.

HSL color Cylindrical-coordinate representation of color #C098DB: hue angle of 275.82º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C098DB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192152219-
CMYK0.120.3100.14
HSL275.82º48.2%72.75%-
HSV(B)275.82º30.59%85.88%-
XYZ45.7538.7872.09-
YUV171.6154.75142.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.10%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=34.10%
G=27.00%
B=38.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921522190.120.3100.14275.8248.272.75
HexC098DBC1F0E1143049
Octal300230333143701642460111
Binary110000001001100011011011110011111011101000101001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098DB; }

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

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

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

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

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

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

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

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