#D98CFD

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

Shades of Heliotrope #D98CFD

Tints of Heliotrope #D98CFD

Color information

#D98CFD (or 0xD98CFD) is unknown color: approx Heliotrope. HEX triplet: D9, 8C and FD. RGB value is (217,140,253). Sum of RGB (Red+Green+Blue) = 217+140+253=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #D98CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98CFD is #267302. Grayscale: #AFAFAF. Windows color (decimal): -2519811 or 16616665. OLE color: 16616665.

HSL color Cylindrical-coordinate representation of color #D98CFD: hue angle of 280.88º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D98CFD is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217140253-
CMYK0.140.4500.01
HSL280.88º96.58%77.06%-
HSV(B)280.88º44.66%99.22%-
XYZ55.7240.697.83-
YUV175.9171.51157.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 140 (55.08% from 255) = 22.95%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=35.57%
G=22.95%
B=41.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171402530.140.4500.01280.8896.5877.06
HexD98CFDE2D01119614d
Octal331214375165501431141115
Binary11011001100011001111110111101011010110001100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CFD; }

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

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

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

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

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

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

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

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