#C98FEE

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

Shades of Wisteria #C98FEE

Tints of Wisteria #C98FEE

Color information

#C98FEE (or 0xC98FEE) is unknown color: approx Wisteria. HEX triplet: C9, 8F and EE. RGB value is (201,143,238). Sum of RGB (Red+Green+Blue) = 201+143+238=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #C98FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98FEE is #367011. Grayscale: #AAAAAA. Windows color (decimal): -3567634 or 15634377. OLE color: 15634377.

HSL color Cylindrical-coordinate representation of color #C98FEE: hue angle of 276.63º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C98FEE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201143238-
CMYK0.160.4000.07
HSL276.63º73.64%74.71%-
HSV(B)276.63º39.92%93.33%-
XYZ49.3438.2485.67-
YUV171.17165.72149.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.54%
GREEN value IS 143 (56.25% from 255) = 24.57%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=34.54%
G=24.57%
B=40.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011432380.160.4000.07276.6373.6474.71
HexC98FEE1028071154a4b
Octal311217356205007425112113
Binary11001001100011111110111010000101000011110001010110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FEE; }

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

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

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

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

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

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

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

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