#C98DEB

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

Shades of Wisteria #C98DEB

Tints of Wisteria #C98DEB

Color information

#C98DEB (or 0xC98DEB) is unknown color: approx Wisteria. HEX triplet: C9, 8D and EB. RGB value is (201,141,235). Sum of RGB (Red+Green+Blue) = 201+141+235=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #C98DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DEB is #367214. Grayscale: #A9A9A9. Windows color (decimal): -3568149 or 15437257. OLE color: 15437257.

HSL color Cylindrical-coordinate representation of color #C98DEB: hue angle of 278.3º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98DEB is Cyan = 0.14, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201141235-
CMYK0.140.400.08
HSL278.3º70.15%73.73%-
HSV(B)278.3º40%92.16%-
XYZ48.6137.4783.27-
YUV169.66164.88150.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.84%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=34.84%
G=24.44%
B=40.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011412350.140.400.08278.370.1573.73
HexC98DEBE2808116464a
Octal3112153531650010426106112
Binary11001001100011011110101111101010000100010001011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DEB; }

 p { color: rgb(201,141,235); }

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

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

 a { background-color: rgb(201,141,235); }

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

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

 span { border-color: rgb(201,141,235); }

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