Html Css Color HEX #D06DFB Heliotrope

📋 copy color: '#D06DFB'

red 208 ◦ green 109 ◦ blue 251

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

Shades of Heliotrope #D06DFB

Tints of Heliotrope #D06DFB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.19%

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 36.62%
G = 19.19%
B = 44.19%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D06DFB (or 0xD06DFB) is known color: Heliotrope. HEX triplet: D0, 6D and FB. RGB value is (208,109,251). Sum of RGB (Red+Green+Blue) = 208+109+251=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #D06DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DFB is #2F9204. Grayscale: #9A9A9A. Windows color (decimal): -3117573 or 16477648. OLE color: 16477648.

HSL color Cylindrical-coordinate representation of color #D06DFB: hue angle of 281.83º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06DFB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 109 251 -
CMYK 0.17 0.57 0 0.02
HSL 281.83º 0.95% 0.71% -
HSV(B) 281.83º 0.57% 0.98% -
XYZ 48.89 31.31 94.73 -
YUV 154.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 208 109 251 0.17 0.57 0 0.02 281.83 0.95 0.71
Hex D0 6D FB 11 39 0 2 11A 5F 47
Octal 320 155 373 21 71 0 2 432 137 107
Binary 11010000 1101101 11111011 10001 111001 0 10 100011010 1011111 1000111

Color Harmonies of #D06DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DFB

Black with #D06DFB

Text Example


Text Example

White with #D06DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DFB; }

 p { color: rgb(208,109,251); }

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

background-color css

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

 a { background-color: rgb(208,109,251); }

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

border-color css

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

 span { border-color: rgb(208,109,251); }

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