Html Css Color HEX #D978FC Heliotrope

📋 copy color: '#D978FC'

red 217 ◦ green 120 ◦ blue 252

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

Shades of Heliotrope #D978FC

Tints of Heliotrope #D978FC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.37%

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

R = 36.84%
G = 20.37%
B = 42.78%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D978FC (or 0xD978FC) is known color: Heliotrope. HEX triplet: D9, 78 and FC. RGB value is (217,120,252). Sum of RGB (Red+Green+Blue) = 217+120+252=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #D978FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978FC is #268703. Grayscale: #A3A3A3. Windows color (decimal): -2524932 or 16546009. OLE color: 16546009.

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

Color convert

RGB 217 120 252 -
CMYK 0.14 0.52 0 0.01
HSL 284.09º 0.96% 0.73% -
HSV(B) 284.09º 0.52% 0.99% -
XYZ 52.9 35.21 96.1 -
YUV 164.05 177.64 165.77 -
System Red Green Blue C M Y K H S L
Decimal 217 120 252 0.14 0.52 0 0.01 284.09 0.96 0.73
Hex D9 78 FC E 34 0 1 11C 60 49
Octal 331 170 374 16 64 0 1 434 140 111
Binary 11011001 1111000 11111100 1110 110100 0 1 100011100 1100000 1001001

Color Harmonies of #D978FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978FC

Black with #D978FC

Text Example


Text Example

White with #D978FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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