#C998D7

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

Shades of Wisteria #C998D7

Tints of Wisteria #C998D7

Color information

#C998D7 (or 0xC998D7) is unknown color: approx Wisteria. HEX triplet: C9, 98 and D7. RGB value is (201,152,215). Sum of RGB (Red+Green+Blue) = 201+152+215=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #C998D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998D7 is #366728. Grayscale: #ADADAD. Windows color (decimal): -3565353 or 14129353. OLE color: 14129353.

HSL color Cylindrical-coordinate representation of color #C998D7: hue angle of 286.67º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C998D7 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB201152215-
CMYK0.070.2900.16
HSL286.67º44.06%71.96%-
HSV(B)286.67º29.3%84.31%-
XYZ47.5839.7869.46-
YUV173.83151.23147.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.39%
GREEN value IS 152 (59.77% from 255) = 26.76%
BLUE value IS 215 (84.38% from 255) = 37.85%
R=35.39%
G=26.76%
B=37.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2011522150.070.2900.16286.6744.0671.96
HexC998D771D01011f2c48
Octal31123032773502043754110
Binary110010011001100011010111111111010100001000111111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998D7; }

 p { color: rgb(201,152,215); }

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

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

 a { background-color: rgb(201,152,215); }

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

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

 span { border-color: rgb(201,152,215); }

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