#C98ADA

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

Shades of Wisteria #C98ADA

Tints of Wisteria #C98ADA

Color information

#C98ADA (or 0xC98ADA) is unknown color: approx Wisteria. HEX triplet: C9, 8A and DA. RGB value is (201,138,218). Sum of RGB (Red+Green+Blue) = 201+138+218=557 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.09% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #C98ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ADA is #367525. Grayscale: #A5A5A5. Windows color (decimal): -3568934 or 14322377. OLE color: 14322377.

HSL color Cylindrical-coordinate representation of color #C98ADA: hue angle of 287.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C98ADA is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201138218-
CMYK0.080.3700.15
HSL287.25º51.95%69.8%-
HSV(B)287.25º36.7%85.49%-
XYZ45.8335.6670.8-
YUV165.96157.37153-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.09%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=36.09%
G=24.78%
B=39.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011382180.080.3700.15287.2551.9569.8
HexC98ADA8250F11f3446
Octal311212332104501743764106
Binary1100100110001010110110101000100101011111000111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98ADA; }

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

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

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

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

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

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

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

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