#C98BDA

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

Shades of Wisteria #C98BDA

Tints of Wisteria #C98BDA

Color information

#C98BDA (or 0xC98BDA) is unknown color: approx Wisteria. HEX triplet: C9, 8B and DA. RGB value is (201,139,218). Sum of RGB (Red+Green+Blue) = 201+139+218=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #C98BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BDA is #367425. Grayscale: #A6A6A6. Windows color (decimal): -3568678 or 14322633. OLE color: 14322633.

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

Color convert

RGB201139218-
CMYK0.080.3600.15
HSL287.09º51.63%70%-
HSV(B)287.09º36.24%85.49%-
XYZ45.9735.9470.84-
YUV166.54157.04152.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 139 (54.69% from 255) = 24.91%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=36.02%
G=24.91%
B=39.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011392180.080.3600.15287.0951.6370
HexC98BDA8240F11f3446
Octal311213332104401743764106
Binary1100100110001011110110101000100100011111000111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BDA; }

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

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

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

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

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

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

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

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