Html Css Color HEX #D06FED Heliotrope

📋 copy color: '#D06FED'

red 208 ◦ green 111 ◦ blue 237

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

Shades of Heliotrope #D06FED

Tints of Heliotrope #D06FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 37.41%
G = 19.96%
B = 42.63%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D06FED (or 0xD06FED) is known color: Heliotrope. HEX triplet: D0, 6F and ED. RGB value is (208,111,237). Sum of RGB (Red+Green+Blue) = 208+111+237=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #D06FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FED is #2F9012. Grayscale: #999999. Windows color (decimal): -3117075 or 15560656. OLE color: 15560656.

HSL color Cylindrical-coordinate representation of color #D06FED: hue angle of 286.19º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06FED is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 111 237 -
CMYK 0.12 0.53 0 0.07
HSL 286.19º 0.78% 0.68% -
HSV(B) 286.19º 0.53% 0.93% -
XYZ 46.98 30.89 83.61 -
YUV 154.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 208 111 237 0.12 0.53 0 0.07 286.19 0.78 0.68
Hex D0 6F ED C 35 0 7 11E 4E 44
Octal 320 157 355 14 65 0 7 436 116 104
Binary 11010000 1101111 11101101 1100 110101 0 111 100011110 1001110 1000100

Color Harmonies of #D06FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FED

Black with #D06FED

Text Example


Text Example

White with #D06FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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