Html Css Color HEX #D07EEC Heliotrope

📋 copy color: '#D07EEC'

red 208 ◦ green 126 ◦ blue 236

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

Shades of Heliotrope #D07EEC

Tints of Heliotrope #D07EEC

RGB

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

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

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

R = 36.49%
G = 22.11%
B = 41.4%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D07EEC (or 0xD07EEC) is known color: Heliotrope. HEX triplet: D0, 7E and EC. RGB value is (208,126,236). Sum of RGB (Red+Green+Blue) = 208+126+236=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #D07EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EEC is #2F8113. Grayscale: #A2A2A2. Windows color (decimal): -3113236 or 15498960. OLE color: 15498960.

HSL color Cylindrical-coordinate representation of color #D07EEC: hue angle of 284.73º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07EEC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 126 236 -
CMYK 0.12 0.47 0 0.07
HSL 284.73º 0.74% 0.71% -
HSV(B) 284.73º 0.47% 0.93% -
XYZ 48.61 34.39 83.43 -
YUV 163.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 208 126 236 0.12 0.47 0 0.07 284.73 0.74 0.71
Hex D0 7E EC C 2F 0 7 11D 4A 47
Octal 320 176 354 14 57 0 7 435 112 107
Binary 11010000 1111110 11101100 1100 101111 0 111 100011101 1001010 1000111

Color Harmonies of #D07EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EEC

Black with #D07EEC

Text Example


Text Example

White with #D07EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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