Html Css Color HEX #D365EC Heliotrope

📋 copy color: '#D365EC'

red 211 ◦ green 101 ◦ blue 236

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

Shades of Heliotrope #D365EC

Tints of Heliotrope #D365EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.43%

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

R = 38.5%
G = 18.43%
B = 43.07%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D365EC (or 0xD365EC) is known color: Heliotrope. HEX triplet: D3, 65 and EC. RGB value is (211,101,236). Sum of RGB (Red+Green+Blue) = 211+101+236=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #D365EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D365EC is #2C9A13. Grayscale: #949494. Windows color (decimal): -2923028 or 15492563. OLE color: 15492563.

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

Color convert

RGB 211 101 236 -
CMYK 0.11 0.57 0 0.07
HSL 288.89º 0.78% 0.66% -
HSV(B) 288.89º 0.57% 0.93% -
XYZ 46.66 29.21 82.54 -
YUV 149.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 211 101 236 0.11 0.57 0 0.07 288.89 0.78 0.66
Hex D3 65 EC B 39 0 7 121 4E 42
Octal 323 145 354 13 71 0 7 441 116 102
Binary 11010011 1100101 11101100 1011 111001 0 111 100100001 1001110 1000010

Color Harmonies of #D365EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D365EC

Black with #D365EC

Text Example


Text Example

White with #D365EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D365EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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