Html Css Color HEX #D97CFD Heliotrope

📋 copy color: '#D97CFD'

red 217 ◦ green 124 ◦ blue 253

#D97CFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D97CFD

Tints of Heliotrope #D97CFD

RGB

 RED value IS 217 (85.16% from 255) = 36.53%

 GREEN value IS 124 (48.83% from 255) = 20.88%

 BLUE value IS 253 (99.22% from 255) = 42.59%

R = 36.53%
G = 20.88%
B = 42.59%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D97CFD (or 0xD97CFD) is known color: Heliotrope. HEX triplet: D9, 7C and FD. RGB value is (217,124,253). Sum of RGB (Red+Green+Blue) = 217+124+253=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #D97CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97CFD is #268302. Grayscale: #A6A6A6. Windows color (decimal): -2523907 or 16612569. OLE color: 16612569.

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

Color convert

RGB 217 124 253 -
CMYK 0.14 0.51 0 0.01
HSL 283.26º 0.97% 0.74% -
HSV(B) 283.26º 0.51% 0.99% -
XYZ 53.55 36.26 97.1 -
YUV 166.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 217 124 253 0.14 0.51 0 0.01 283.26 0.97 0.74
Hex D9 7C FD E 33 0 1 11B 61 4A
Octal 331 174 375 16 63 0 1 433 141 112
Binary 11011001 1111100 11111101 1110 110011 0 1 100011011 1100001 1001010

Color Harmonies of #D97CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CFD

Black with #D97CFD

Text Example


Text Example

White with #D97CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CFD; }

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

 H1.HeaderClassName
 {
   color: #D97CFD;
 }
 .AnyTagClassName
 {
   color: #D97CFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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