Html Css Color HEX #D961EC Heliotrope

📋 copy color: '#D961EC'

red 217 ◦ green 97 ◦ blue 236

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

Shades of Heliotrope #D961EC

Tints of Heliotrope #D961EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.64%

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

R = 39.45%
G = 17.64%
B = 42.91%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D961EC (or 0xD961EC) is known color: Heliotrope. HEX triplet: D9, 61 and EC. RGB value is (217,97,236). Sum of RGB (Red+Green+Blue) = 217+97+236=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #D961EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961EC is #269E13. Grayscale: #949494. Windows color (decimal): -2530836 or 15491545. OLE color: 15491545.

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

Color convert

RGB 217 97 236 -
CMYK 0.08 0.59 0 0.07
HSL 291.8º 0.79% 0.65% -
HSV(B) 291.8º 0.59% 0.93% -
XYZ 48.03 29.36 82.49 -
YUV 148.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 217 97 236 0.08 0.59 0 0.07 291.8 0.79 0.65
Hex D9 61 EC 8 3B 0 7 124 4F 41
Octal 331 141 354 10 73 0 7 444 117 101
Binary 11011001 1100001 11101100 1000 111011 0 111 100100100 1001111 1000001

Color Harmonies of #D961EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961EC

Black with #D961EC

Text Example


Text Example

White with #D961EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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