Html Css Color HEX #D07EEB Heliotrope

📋 copy color: '#D07EEB'

red 208 ◦ green 126 ◦ blue 235

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

Shades of Heliotrope #D07EEB

Tints of Heliotrope #D07EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 36.56%
G = 22.14%
B = 41.3%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D07EEB (or 0xD07EEB) is known color: Heliotrope. HEX triplet: D0, 7E and EB. RGB value is (208,126,235). Sum of RGB (Red+Green+Blue) = 208+126+235=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #D07EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07EEB is #2F8114. Grayscale: #A2A2A2. Windows color (decimal): -3113237 or 15433424. OLE color: 15433424.

HSL color Cylindrical-coordinate representation of color #D07EEB: hue angle of 285.14º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07EEB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 126 235 -
CMYK 0.11 0.46 0 0.08
HSL 285.14º 0.73% 0.71% -
HSV(B) 285.14º 0.46% 0.92% -
XYZ 48.47 34.33 82.67 -
YUV 162.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 208 126 235 0.11 0.46 0 0.08 285.14 0.73 0.71
Hex D0 7E EB B 2E 0 8 11D 49 47
Octal 320 176 353 13 56 0 10 435 111 107
Binary 11010000 1111110 11101011 1011 101110 0 1000 100011101 1001001 1000111

Color Harmonies of #D07EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EEB

Black with #D07EEB

Text Example


Text Example

White with #D07EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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