Html Css Color HEX #D06EF1 Heliotrope

📋 copy color: '#D06EF1'

red 208 ◦ green 110 ◦ blue 241

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

Shades of Heliotrope #D06EF1

Tints of Heliotrope #D06EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.68%

 BLUE value IS 241 (94.53% from 255) = 43.11%

R = 37.21%
G = 19.68%
B = 43.11%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D06EF1 (or 0xD06EF1) is known color: Heliotrope. HEX triplet: D0, 6E and F1. RGB value is (208,110,241). Sum of RGB (Red+Green+Blue) = 208+110+241=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #D06EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06EF1 is #2F910E. Grayscale: #999999. Windows color (decimal): -3117327 or 15822544. OLE color: 15822544.

HSL color Cylindrical-coordinate representation of color #D06EF1: hue angle of 284.89º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06EF1 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 110 241 -
CMYK 0.14 0.54 0 0.05
HSL 284.89º 0.82% 0.69% -
HSV(B) 284.89º 0.54% 0.95% -
XYZ 47.47 30.91 86.68 -
YUV 154.24 176.97 166.35 -
System Red Green Blue C M Y K H S L
Decimal 208 110 241 0.14 0.54 0 0.05 284.89 0.82 0.69
Hex D0 6E F1 E 36 0 5 11D 52 45
Octal 320 156 361 16 66 0 5 435 122 105
Binary 11010000 1101110 11110001 1110 110110 0 101 100011101 1010010 1000101

Color Harmonies of #D06EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EF1

Black with #D06EF1

Text Example


Text Example

White with #D06EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EF1; }

 p { color: rgb(208,110,241); }

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

background-color css

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

 a { background-color: rgb(208,110,241); }

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

border-color css

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

 span { border-color: rgb(208,110,241); }

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