#C98FFD

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

Shades of Wisteria #C98FFD

Tints of Wisteria #C98FFD

Color information

#C98FFD (or 0xC98FFD) is unknown color: approx Wisteria. HEX triplet: C9, 8F and FD. RGB value is (201,143,253). Sum of RGB (Red+Green+Blue) = 201+143+253=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #C98FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FFD is #367002. Grayscale: #ACACAC. Windows color (decimal): -3567619 or 16617417. OLE color: 16617417.

HSL color Cylindrical-coordinate representation of color #C98FFD: hue angle of 271.64º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98FFD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201143253-
CMYK0.210.4300.01
HSL271.64º96.49%77.65%-
HSV(B)271.64º43.48%99.22%-
XYZ51.6439.1597.76-
YUV172.88173.22148.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.67%
GREEN value IS 143 (56.25% from 255) = 23.95%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=33.67%
G=23.95%
B=42.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011432530.210.4300.01271.6496.4977.65
HexC98FFD152B01110604e
Octal311217375255301420140116
Binary110010011000111111111101101011010110110001000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FFD; }

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

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

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

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

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

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

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

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