Html Css Color HEX #D06FF7 Heliotrope

📋 copy color: '#D06FF7'

red 208 ◦ green 111 ◦ blue 247

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

Shades of Heliotrope #D06FF7

Tints of Heliotrope #D06FF7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.61%

 BLUE value IS 247 (96.88% from 255) = 43.64%

R = 36.75%
G = 19.61%
B = 43.64%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D06FF7 (or 0xD06FF7) is known color: Heliotrope. HEX triplet: D0, 6F and F7. RGB value is (208,111,247). Sum of RGB (Red+Green+Blue) = 208+111+247=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #D06FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FF7 is #2F9008. Grayscale: #9B9B9B. Windows color (decimal): -3117065 or 16216016. OLE color: 16216016.

HSL color Cylindrical-coordinate representation of color #D06FF7: hue angle of 282.79º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06FF7 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 111 247 -
CMYK 0.16 0.55 0 0.03
HSL 282.79º 0.89% 0.7% -
HSV(B) 282.79º 0.55% 0.97% -
XYZ 48.49 31.49 91.52 -
YUV 155.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 208 111 247 0.16 0.55 0 0.03 282.79 0.89 0.7
Hex D0 6F F7 10 37 0 3 11B 59 46
Octal 320 157 367 20 67 0 3 433 131 106
Binary 11010000 1101111 11110111 10000 110111 0 11 100011011 1011001 1000110

Color Harmonies of #D06FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FF7

Black with #D06FF7

Text Example


Text Example

White with #D06FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FF7; }

 p { color: rgb(208,111,247); }

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

background-color css

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

 a { background-color: rgb(208,111,247); }

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

border-color css

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

 span { border-color: rgb(208,111,247); }

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