Html Css Color HEX #D973EC Heliotrope

📋 copy color: '#D973EC'

red 217 ◦ green 115 ◦ blue 236

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

Shades of Heliotrope #D973EC

Tints of Heliotrope #D973EC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.25%

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 38.2%
G = 20.25%
B = 41.55%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D973EC (or 0xD973EC) is known color: Heliotrope. HEX triplet: D9, 73 and EC. RGB value is (217,115,236). Sum of RGB (Red+Green+Blue) = 217+115+236=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #D973EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973EC is #268C13. Grayscale: #9E9E9E. Windows color (decimal): -2526228 or 15496153. OLE color: 15496153.

HSL color Cylindrical-coordinate representation of color #D973EC: hue angle of 290.58º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D973EC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 115 236 -
CMYK 0.08 0.51 0 0.07
HSL 290.58º 0.76% 0.69% -
HSV(B) 290.58º 0.51% 0.93% -
XYZ 49.89 33.07 83.11 -
YUV 159.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 217 115 236 0.08 0.51 0 0.07 290.58 0.76 0.69
Hex D9 73 EC 8 33 0 7 123 4C 45
Octal 331 163 354 10 63 0 7 443 114 105
Binary 11011001 1110011 11101100 1000 110011 0 111 100100011 1001100 1000101

Color Harmonies of #D973EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973EC

Black with #D973EC

Text Example


Text Example

White with #D973EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973EC; }

 p { color: rgb(217,115,236); }

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

background-color css

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

 a { background-color: rgb(217,115,236); }

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

border-color css

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

 span { border-color: rgb(217,115,236); }

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