#C998DA

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

Shades of Wisteria #C998DA

Tints of Wisteria #C998DA

Color information

#C998DA (or 0xC998DA) is unknown color: approx Wisteria. HEX triplet: C9, 98 and DA. RGB value is (201,152,218). Sum of RGB (Red+Green+Blue) = 201+152+218=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #C998DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998DA is #366725. Grayscale: #ADADAD. Windows color (decimal): -3565350 or 14325961. OLE color: 14325961.

HSL color Cylindrical-coordinate representation of color #C998DA: hue angle of 284.55º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C998DA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201152218-
CMYK0.080.3000.15
HSL284.55º47.14%72.55%-
HSV(B)284.55º30.28%85.49%-
XYZ47.9739.9471.51-
YUV174.18152.73147.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=35.20%
G=26.62%
B=38.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011522180.080.3000.15284.5547.1472.55
HexC998DA81E0F11d2f49
Octal311230332103601743557111
Binary110010011001100011011010100011110011111000111011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998DA; }

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

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

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

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

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

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

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

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