Html Css Color HEX #D97FFC Heliotrope

📋 copy color: '#D97FFC'

red 217 ◦ green 127 ◦ blue 252

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

Shades of Heliotrope #D97FFC

Tints of Heliotrope #D97FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.31%

 BLUE value IS 252 (98.83% from 255) = 42.28%

R = 36.41%
G = 21.31%
B = 42.28%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D97FFC (or 0xD97FFC) is known color: Heliotrope. HEX triplet: D9, 7F and FC. RGB value is (217,127,252). Sum of RGB (Red+Green+Blue) = 217+127+252=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #D97FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97FFC is #268003. Grayscale: #A7A7A7. Windows color (decimal): -2523140 or 16547801. OLE color: 16547801.

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

Color convert

RGB 217 127 252 -
CMYK 0.14 0.50 0 0.01
HSL 283.2º 0.95% 0.74% -
HSV(B) 283.2º 0.5% 0.99% -
XYZ 53.78 36.96 96.39 -
YUV 168.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 217 127 252 0.14 0.50 0 0.01 283.2 0.95 0.74
Hex D9 7F FC E 32 0 1 11B 5F 4A
Octal 331 177 374 16 62 0 1 433 137 112
Binary 11011001 1111111 11111100 1110 110010 0 1 100011011 1011111 1001010

Color Harmonies of #D97FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FFC

Black with #D97FFC

Text Example


Text Example

White with #D97FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FFC; }

 p { color: rgb(217,127,252); }

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

background-color css

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

 a { background-color: rgb(217,127,252); }

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

border-color css

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

 span { border-color: rgb(217,127,252); }

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