#C98FD5

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

Shades of Wisteria #C98FD5

Tints of Wisteria #C98FD5

Color information

#C98FD5 (or 0xC98FD5) is unknown color: approx Wisteria. HEX triplet: C9, 8F and D5. RGB value is (201,143,213). Sum of RGB (Red+Green+Blue) = 201+143+213=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #C98FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FD5 is #36702A. Grayscale: #A8A8A8. Windows color (decimal): -3567659 or 13995977. OLE color: 13995977.

HSL color Cylindrical-coordinate representation of color #C98FD5: hue angle of 289.71º degrees, saturation: 0.45, 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 #C98FD5 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201143213-
CMYK0.060.3300.16
HSL289.71º45.45%69.8%-
HSV(B)289.71º32.86%83.53%-
XYZ45.9236.8767.65-
YUV168.32153.22151.31-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=36.09%
G=25.67%
B=38.24%

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
Decimal2011432130.060.3300.16289.7145.4569.8
HexC98FD56210101222d46
Octal31121732564102044255106
Binary1100100110001111110101011101000010100001001000101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FD5; }

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

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

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

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

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

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

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

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