Html Css Color HEX #D074EC Heliotrope

📋 copy color: '#D074EC'

red 208 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #D074EC

Tints of Heliotrope #D074EC

RGB

 RED value IS 208 (81.64% from 255) = 37.14%

 GREEN value IS 116 (45.7% from 255) = 20.71%

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

R = 37.14%
G = 20.71%
B = 42.14%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D074EC (or 0xD074EC) is known color: Heliotrope. HEX triplet: D0, 74 and EC. RGB value is (208,116,236). Sum of RGB (Red+Green+Blue) = 208+116+236=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #D074EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074EC is #2F8B13. Grayscale: #9C9C9C. Windows color (decimal): -3115796 or 15496400. OLE color: 15496400.

HSL color Cylindrical-coordinate representation of color #D074EC: hue angle of 286º 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 #D074EC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 116 236 -
CMYK 0.12 0.51 0 0.07
HSL 286º 0.76% 0.69% -
HSV(B) 286º 0.51% 0.93% -
XYZ 47.4 31.96 83.03 -
YUV 157.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 208 116 236 0.12 0.51 0 0.07 286 0.76 0.69
Hex D0 74 EC C 33 0 7 11E 4C 45
Octal 320 164 354 14 63 0 7 436 114 105
Binary 11010000 1110100 11101100 1100 110011 0 111 100011110 1001100 1000101

Color Harmonies of #D074EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074EC

Black with #D074EC

Text Example


Text Example

White with #D074EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074EC; }

 p { color: rgb(208,116,236); }

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

background-color css

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

 a { background-color: rgb(208,116,236); }

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

border-color css

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

 span { border-color: rgb(208,116,236); }

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