Html Css Color HEX #D968FC Heliotrope

📋 copy color: '#D968FC'

red 217 ◦ green 104 ◦ blue 252

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

Shades of Heliotrope #D968FC

Tints of Heliotrope #D968FC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.15%

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

R = 37.87%
G = 18.15%
B = 43.98%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D968FC (or 0xD968FC) is known color: Heliotrope. HEX triplet: D9, 68 and FC. RGB value is (217,104,252). Sum of RGB (Red+Green+Blue) = 217+104+252=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #D968FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D968FC is #269703. Grayscale: #9A9A9A. Windows color (decimal): -2529028 or 16541913. OLE color: 16541913.

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

Color convert

RGB 217 104 252 -
CMYK 0.14 0.59 0 0.01
HSL 285.81º 0.96% 0.7% -
HSV(B) 285.81º 0.59% 0.99% -
XYZ 51.14 31.68 95.52 -
YUV 154.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 217 104 252 0.14 0.59 0 0.01 285.81 0.96 0.7
Hex D9 68 FC E 3B 0 1 11E 60 46
Octal 331 150 374 16 73 0 1 436 140 106
Binary 11011001 1101000 11111100 1110 111011 0 1 100011110 1100000 1000110

Color Harmonies of #D968FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968FC

Black with #D968FC

Text Example


Text Example

White with #D968FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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