#c98fd6

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

Shades of Wisteria #C98FD6

Tints of Wisteria #C98FD6

Color information

#C98FD6 (or 0xC98FD6) is unknown color: approx Wisteria. HEX triplet: C9, 8F and D6. RGB value is (201,143,214). Sum of RGB (Red+Green+Blue) = 201+143+214=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #C98FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FD6 is #367029. Grayscale: #A8A8A8. Windows color (decimal): -3567658 or 14061513. OLE color: 14061513.

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

Color convert

RGB201143214-
CMYK0.060.3300.16
HSL289.01º46.41%70%-
HSV(B)289.01º33.18%83.92%-
XYZ46.0536.9268.32-
YUV168.44153.72151.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 143 (56.25% from 255) = 25.63%
BLUE value IS 214 (83.98% from 255) = 38.35%
R=36.02%
G=25.63%
B=38.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011432140.060.3300.16289.0146.4170
HexC98FD66210101212e46
Octal31121732664102044156106
Binary1100100110001111110101101101000010100001001000011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c98fd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c98fd6; }

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

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

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

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

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

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

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

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