Html Css Color HEX #D07EEE Heliotrope

📋 copy color: '#D07EEE'

red 208 ◦ green 126 ◦ blue 238

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

Shades of Heliotrope #D07EEE

Tints of Heliotrope #D07EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 36.36%
G = 22.03%
B = 41.61%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D07EEE (or 0xD07EEE) is known color: Heliotrope. HEX triplet: D0, 7E and EE. RGB value is (208,126,238). Sum of RGB (Red+Green+Blue) = 208+126+238=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #D07EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EEE is #2F8111. Grayscale: #A2A2A2. Windows color (decimal): -3113234 or 15630032. OLE color: 15630032.

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

Color convert

RGB 208 126 238 -
CMYK 0.13 0.47 0 0.07
HSL 283.93º 0.77% 0.71% -
HSV(B) 283.93º 0.47% 0.93% -
XYZ 48.91 34.5 84.97 -
YUV 163.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 208 126 238 0.13 0.47 0 0.07 283.93 0.77 0.71
Hex D0 7E EE D 2F 0 7 11C 4D 47
Octal 320 176 356 15 57 0 7 434 115 107
Binary 11010000 1111110 11101110 1101 101111 0 111 100011100 1001101 1000111

Color Harmonies of #D07EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EEE

Black with #D07EEE

Text Example


Text Example

White with #D07EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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