#D98CFB

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

Shades of Heliotrope #D98CFB

Tints of Heliotrope #D98CFB

Color information

#D98CFB (or 0xD98CFB) is unknown color: approx Heliotrope. HEX triplet: D9, 8C and FB. RGB value is (217,140,251). Sum of RGB (Red+Green+Blue) = 217+140+251=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #D98CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98CFB is #267304. Grayscale: #AFAFAF. Windows color (decimal): -2519813 or 16485593. OLE color: 16485593.

HSL color Cylindrical-coordinate representation of color #D98CFB: hue angle of 281.62º 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 #D98CFB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217140251-
CMYK0.140.4400.02
HSL281.62º93.28%76.67%-
HSV(B)281.62º44.22%98.43%-
XYZ55.4140.4796.16-
YUV175.68170.51157.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 140 (55.08% from 255) = 23.03%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=35.69%
G=23.03%
B=41.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171402510.140.4400.02281.6293.2876.67
HexD98CFBE2C0211a5d4d
Octal331214373165402432135115
Binary110110011000110011111011111010110001010001101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CFB; }

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

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

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

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

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

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

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

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