Html Css Color HEX #D074ED Heliotrope

📋 copy color: '#D074ED'

red 208 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #D074ED

Tints of Heliotrope #D074ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 37.08%
G = 20.68%
B = 42.25%

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

#D074ED (or 0xD074ED) is known color: Heliotrope. HEX triplet: D0, 74 and ED. RGB value is (208,116,237). Sum of RGB (Red+Green+Blue) = 208+116+237=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #D074ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D074ED is #2F8B12. Grayscale: #9C9C9C. Windows color (decimal): -3115795 or 15561936. OLE color: 15561936.

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

Color convert

RGB 208 116 237 -
CMYK 0.12 0.51 0 0.07
HSL 285.62º 0.77% 0.69% -
HSV(B) 285.62º 0.51% 0.93% -
XYZ 47.54 32.02 83.79 -
YUV 157.3 172.98 164.16 -
System Red Green Blue C M Y K H S L
Decimal 208 116 237 0.12 0.51 0 0.07 285.62 0.77 0.69
Hex D0 74 ED C 33 0 7 11E 4D 45
Octal 320 164 355 14 63 0 7 436 115 105
Binary 11010000 1110100 11101101 1100 110011 0 111 100011110 1001101 1000101

Color Harmonies of #D074ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D074ED

Black with #D074ED

Text Example


Text Example

White with #D074ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D074ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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