#C98DD6

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

Shades of Wisteria #C98DD6

Tints of Wisteria #C98DD6

Color information

#C98DD6 (or 0xC98DD6) is unknown color: approx Wisteria. HEX triplet: C9, 8D and D6. RGB value is (201,141,214). Sum of RGB (Red+Green+Blue) = 201+141+214=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #C98DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DD6 is #367229. Grayscale: #A7A7A7. Windows color (decimal): -3568170 or 14061001. OLE color: 14061001.

HSL color Cylindrical-coordinate representation of color #C98DD6: hue angle of 289.32º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C98DD6 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201141214-
CMYK0.060.3400.16
HSL289.32º47.1%69.61%-
HSV(B)289.32º34.11%83.92%-
XYZ45.7536.3268.22-
YUV167.26154.38152.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.15%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 214 (83.98% from 255) = 38.49%
R=36.15%
G=25.36%
B=38.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011412140.060.3400.16289.3247.169.61
HexC98DD66220101212f46
Octal31121532664202044157106
Binary1100100110001101110101101101000100100001001000011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DD6; }

 p { color: rgb(201,141,214); }

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

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

 a { background-color: rgb(201,141,214); }

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

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

 span { border-color: rgb(201,141,214); }

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