#C98FFA

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

Shades of Wisteria #C98FFA

Tints of Wisteria #C98FFA

Color information

#C98FFA (or 0xC98FFA) is unknown color: approx Wisteria. HEX triplet: C9, 8F and FA. RGB value is (201,143,250). Sum of RGB (Red+Green+Blue) = 201+143+250=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 143 (56.25% from 255 or 24.07% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #C98FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FFA is #367005. Grayscale: #ACACAC. Windows color (decimal): -3567622 or 16420809. OLE color: 16420809.

HSL color Cylindrical-coordinate representation of color #C98FFA: hue angle of 272.52º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98FFA is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201143250-
CMYK0.200.4300.02
HSL272.52º91.45%77.06%-
HSV(B)272.52º42.8%98.04%-
XYZ51.1738.9695.27-
YUV172.54171.72148.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.84%
GREEN value IS 143 (56.25% from 255) = 24.07%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=33.84%
G=24.07%
B=42.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011432500.200.4300.02272.5291.4577.06
HexC98FFA142B021115b4d
Octal311217372245302421133115
Binary1100100110001111111110101010010101101010001000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FFA; }

 p { color: rgb(201,143,250); }

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

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

 a { background-color: rgb(201,143,250); }

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

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

 span { border-color: rgb(201,143,250); }

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