Html Css Color HEX #D364EC Heliotrope

📋 copy color: '#D364EC'

red 211 ◦ green 100 ◦ blue 236

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

Shades of Heliotrope #D364EC

Tints of Heliotrope #D364EC

RGB

 RED value IS 211 (82.81% from 255) = 38.57%

 GREEN value IS 100 (39.45% from 255) = 18.28%

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

R = 38.57%
G = 18.28%
B = 43.14%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D364EC (or 0xD364EC) is known color: Heliotrope. HEX triplet: D3, 64 and EC. RGB value is (211,100,236). Sum of RGB (Red+Green+Blue) = 211+100+236=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #D364EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D364EC is #2C9B13. Grayscale: #949494. Windows color (decimal): -2923284 or 15492307. OLE color: 15492307.

HSL color Cylindrical-coordinate representation of color #D364EC: hue angle of 288.97º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D364EC is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 100 236 -
CMYK 0.11 0.58 0 0.07
HSL 288.97º 0.78% 0.66% -
HSV(B) 288.97º 0.58% 0.93% -
XYZ 46.56 29.02 82.5 -
YUV 148.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 211 100 236 0.11 0.58 0 0.07 288.97 0.78 0.66
Hex D3 64 EC B 3A 0 7 121 4E 42
Octal 323 144 354 13 72 0 7 441 116 102
Binary 11010011 1100100 11101100 1011 111010 0 111 100100001 1001110 1000010

Color Harmonies of #D364EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D364EC

Black with #D364EC

Text Example


Text Example

White with #D364EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D364EC; }

 p { color: rgb(211,100,236); }

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

background-color css

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

 a { background-color: rgb(211,100,236); }

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

border-color css

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

 span { border-color: rgb(211,100,236); }

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