Html Css Color HEX #D07EEF Heliotrope

📋 copy color: '#D07EEF'

red 208 ◦ green 126 ◦ blue 239

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

Shades of Heliotrope #D07EEF

Tints of Heliotrope #D07EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 36.3%
G = 21.99%
B = 41.71%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D07EEF (or 0xD07EEF) is known color: Heliotrope. HEX triplet: D0, 7E and EF. RGB value is (208,126,239). Sum of RGB (Red+Green+Blue) = 208+126+239=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #D07EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EEF is #2F8110. Grayscale: #A3A3A3. Windows color (decimal): -3113233 or 15695568. OLE color: 15695568.

HSL color Cylindrical-coordinate representation of color #D07EEF: hue angle of 283.54º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07EEF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 126 239 -
CMYK 0.13 0.47 0 0.06
HSL 283.54º 0.78% 0.72% -
HSV(B) 283.54º 0.47% 0.94% -
XYZ 49.05 34.56 85.75 -
YUV 163.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 208 126 239 0.13 0.47 0 0.06 283.54 0.78 0.72
Hex D0 7E EF D 2F 0 6 11C 4E 48
Octal 320 176 357 15 57 0 6 434 116 110
Binary 11010000 1111110 11101111 1101 101111 0 110 100011100 1001110 1001000

Color Harmonies of #D07EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EEF

Black with #D07EEF

Text Example


Text Example

White with #D07EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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