#C98CD8

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

Shades of Wisteria #C98CD8

Tints of Wisteria #C98CD8

Color information

#C98CD8 (or 0xC98CD8) is unknown color: approx Wisteria. HEX triplet: C9, 8C and D8. RGB value is (201,140,216). Sum of RGB (Red+Green+Blue) = 201+140+216=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #C98CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CD8 is #367327. Grayscale: #A6A6A6. Windows color (decimal): -3568424 or 14191817. OLE color: 14191817.

HSL color Cylindrical-coordinate representation of color #C98CD8: hue angle of 288.16º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98CD8 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201140216-
CMYK0.070.3500.15
HSL288.16º49.35%69.8%-
HSV(B)288.16º35.19%84.71%-
XYZ45.8636.1369.52-
YUV166.9155.71152.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=36.09%
G=25.13%
B=38.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011402160.070.3500.15288.1649.3569.8
HexC98CD87230F1203146
Octal31121433074301744061106
Binary110010011000110011011000111100011011111001000001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98CD8; }

 p { color: rgb(201,140,216); }

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

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

 a { background-color: rgb(201,140,216); }

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

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

 span { border-color: rgb(201,140,216); }

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