#C98FE8

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

Shades of Wisteria #C98FE8

Tints of Wisteria #C98FE8

Color information

#C98FE8 (or 0xC98FE8) is unknown color: approx Wisteria. HEX triplet: C9, 8F and E8. RGB value is (201,143,232). Sum of RGB (Red+Green+Blue) = 201+143+232=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #C98FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FE8 is #367017. Grayscale: #AAAAAA. Windows color (decimal): -3567640 or 15241161. OLE color: 15241161.

HSL color Cylindrical-coordinate representation of color #C98FE8: hue angle of 279.1º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C98FE8 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201143232-
CMYK0.130.3800.09
HSL279.1º65.93%73.53%-
HSV(B)279.1º38.36%90.98%-
XYZ48.4837.8981.1-
YUV170.49162.72149.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 143 (56.25% from 255) = 24.83%
BLUE value IS 232 (91.02% from 255) = 40.28%
R=34.90%
G=24.83%
B=40.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011432320.130.3800.09279.165.9373.53
HexC98FE8D2609117424a
Octal3112173501546011427102112
Binary11001001100011111110100011011001100100110001011110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FE8; }

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

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

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

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

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

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

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

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