Html Css Color HEX #D06DF0 Heliotrope

📋 copy color: '#D06DF0'

red 208 ◦ green 109 ◦ blue 240

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

Shades of Heliotrope #D06DF0

Tints of Heliotrope #D06DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.09%

R = 37.34%
G = 19.57%
B = 43.09%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D06DF0 (or 0xD06DF0) is known color: Heliotrope. HEX triplet: D0, 6D and F0. RGB value is (208,109,240). Sum of RGB (Red+Green+Blue) = 208+109+240=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #D06DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DF0 is #2F920F. Grayscale: #999999. Windows color (decimal): -3117584 or 15756752. OLE color: 15756752.

HSL color Cylindrical-coordinate representation of color #D06DF0: hue angle of 285.34º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06DF0 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 109 240 -
CMYK 0.13 0.55 0 0.06
HSL 285.34º 0.81% 0.68% -
HSV(B) 285.34º 0.55% 0.94% -
XYZ 47.21 30.64 85.86 -
YUV 153.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 208 109 240 0.13 0.55 0 0.06 285.34 0.81 0.68
Hex D0 6D F0 D 37 0 6 11D 51 44
Octal 320 155 360 15 67 0 6 435 121 104
Binary 11010000 1101101 11110000 1101 110111 0 110 100011101 1010001 1000100

Color Harmonies of #D06DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DF0

Black with #D06DF0

Text Example


Text Example

White with #D06DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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