Html Css Color HEX #D968EF Heliotrope

📋 copy color: '#D968EF'

red 217 ◦ green 104 ◦ blue 239

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

Shades of Heliotrope #D968EF

Tints of Heliotrope #D968EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 38.75%
G = 18.57%
B = 42.68%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D968EF (or 0xD968EF) is known color: Heliotrope. HEX triplet: D9, 68 and EF. RGB value is (217,104,239). Sum of RGB (Red+Green+Blue) = 217+104+239=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #D968EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D968EF is #269710. Grayscale: #989898. Windows color (decimal): -2529041 or 15689945. OLE color: 15689945.

HSL color Cylindrical-coordinate representation of color #D968EF: hue angle of 290.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D968EF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 104 239 -
CMYK 0.09 0.56 0 0.06
HSL 290.22º 0.81% 0.67% -
HSV(B) 290.22º 0.56% 0.94% -
XYZ 49.15 30.88 85.03 -
YUV 153.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 217 104 239 0.09 0.56 0 0.06 290.22 0.81 0.67
Hex D9 68 EF 9 38 0 6 122 51 43
Octal 331 150 357 11 70 0 6 442 121 103
Binary 11011001 1101000 11101111 1001 111000 0 110 100100010 1010001 1000011

Color Harmonies of #D968EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968EF

Black with #D968EF

Text Example


Text Example

White with #D968EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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