Html Css Color HEX #D07EF8 Heliotrope

📋 copy color: '#D07EF8'

red 208 ◦ green 126 ◦ blue 248

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

Shades of Heliotrope #D07EF8

Tints of Heliotrope #D07EF8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.65%

 BLUE value IS 248 (97.27% from 255) = 42.61%

R = 35.74%
G = 21.65%
B = 42.61%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D07EF8 (or 0xD07EF8) is known color: Heliotrope. HEX triplet: D0, 7E and F8. RGB value is (208,126,248). Sum of RGB (Red+Green+Blue) = 208+126+248=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #D07EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EF8 is #2F8107. Grayscale: #A4A4A4. Windows color (decimal): -3113224 or 16285392. OLE color: 16285392.

HSL color Cylindrical-coordinate representation of color #D07EF8: hue angle of 280.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07EF8 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 126 248 -
CMYK 0.16 0.49 0 0.03
HSL 280.33º 0.9% 0.73% -
HSV(B) 280.33º 0.49% 0.97% -
XYZ 50.42 35.11 92.93 -
YUV 164.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 208 126 248 0.16 0.49 0 0.03 280.33 0.9 0.73
Hex D0 7E F8 10 31 0 3 118 5A 49
Octal 320 176 370 20 61 0 3 430 132 111
Binary 11010000 1111110 11111000 10000 110001 0 11 100011000 1011010 1001001

Color Harmonies of #D07EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EF8

Black with #D07EF8

Text Example


Text Example

White with #D07EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EF8; }

 p { color: rgb(208,126,248); }

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

background-color css

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

 a { background-color: rgb(208,126,248); }

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

border-color css

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

 span { border-color: rgb(208,126,248); }

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