#C98BEA

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

Shades of Wisteria #C98BEA

Tints of Wisteria #C98BEA

Color information

#C98BEA (or 0xC98BEA) is unknown color: approx Wisteria. HEX triplet: C9, 8B and EA. RGB value is (201,139,234). Sum of RGB (Red+Green+Blue) = 201+139+234=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #C98BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98BEA is #367415. Grayscale: #A8A8A8. Windows color (decimal): -3568662 or 15371209. OLE color: 15371209.

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

Color convert

RGB201139234-
CMYK0.140.4100.08
HSL279.16º69.34%73.14%-
HSV(B)279.16º40.6%91.76%-
XYZ48.1736.8282.41-
YUV168.37165.04151.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 139 (54.69% from 255) = 24.22%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=35.02%
G=24.22%
B=40.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011392340.140.4100.08279.1669.3473.14
HexC98BEAE29081174549
Octal3112133521651010427105111
Binary11001001100010111110101011101010010100010001011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98BEA; }

 p { color: rgb(201,139,234); }

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

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

 a { background-color: rgb(201,139,234); }

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

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

 span { border-color: rgb(201,139,234); }

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