Html Css Color HEX #D06BF7 Heliotrope

📋 copy color: '#D06BF7'

red 208 ◦ green 107 ◦ blue 247

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

Shades of Heliotrope #D06BF7

Tints of Heliotrope #D06BF7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.04%

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

R = 37.01%
G = 19.04%
B = 43.95%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D06BF7 (or 0xD06BF7) is known color: Heliotrope. HEX triplet: D0, 6B and F7. RGB value is (208,107,247). Sum of RGB (Red+Green+Blue) = 208+107+247=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #D06BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BF7 is #2F9408. Grayscale: #989898. Windows color (decimal): -3118089 or 16214992. OLE color: 16214992.

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

Color convert

RGB 208 107 247 -
CMYK 0.16 0.57 0 0.03
HSL 283.29º 0.9% 0.69% -
HSV(B) 283.29º 0.57% 0.97% -
XYZ 48.06 30.64 91.38 -
YUV 153.16 180.96 167.12 -
System Red Green Blue C M Y K H S L
Decimal 208 107 247 0.16 0.57 0 0.03 283.29 0.9 0.69
Hex D0 6B F7 10 39 0 3 11B 5A 45
Octal 320 153 367 20 71 0 3 433 132 105
Binary 11010000 1101011 11110111 10000 111001 0 11 100011011 1011010 1000101

Color Harmonies of #D06BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BF7

Black with #D06BF7

Text Example


Text Example

White with #D06BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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