#C98CFB

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

Shades of Heliotrope #C98CFB

Tints of Heliotrope #C98CFB

Color information

#C98CFB (or 0xC98CFB) is unknown color: approx Heliotrope. HEX triplet: C9, 8C and FB. RGB value is (201,140,251). Sum of RGB (Red+Green+Blue) = 201+140+251=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #C98CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CFB is #367304. Grayscale: #AAAAAA. Windows color (decimal): -3568389 or 16485577. OLE color: 16485577.

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

Color convert

RGB201140251-
CMYK0.200.4400.02
HSL272.97º93.28%76.67%-
HSV(B)272.97º44.22%98.43%-
XYZ50.8838.1495.95-
YUV170.89173.21149.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.95%
GREEN value IS 140 (55.08% from 255) = 23.65%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=33.95%
G=23.65%
B=42.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011402510.200.4400.02272.9793.2876.67
HexC98CFB142C021115d4d
Octal311214373245402421135115
Binary1100100110001100111110111010010110001010001000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98CFB; }

 p { color: rgb(201,140,251); }

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

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

 a { background-color: rgb(201,140,251); }

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

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

 span { border-color: rgb(201,140,251); }

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