Html Css Color HEX #D06DFF Heliotrope

📋 copy color: '#D06DFF'

red 208 ◦ green 109 ◦ blue 255

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

Shades of Heliotrope #D06DFF

Tints of Heliotrope #D06DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.58%

R = 36.36%
G = 19.06%
B = 44.58%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D06DFF (or 0xD06DFF) is known color: Heliotrope. HEX triplet: D0, 6D and FF. RGB value is (208,109,255). Sum of RGB (Red+Green+Blue) = 208+109+255=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #D06DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DFF is #2F9200. Grayscale: #9A9A9A. Windows color (decimal): -3117569 or 16739792. OLE color: 16739792.

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

Color convert

RGB 208 109 255 -
CMYK 0.18 0.57 0 0
HSL 280.68º 1% 0.71% -
HSV(B) 280.68º 0.57% 1% -
XYZ 49.53 31.57 98.09 -
YUV 155.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 208 109 255 0.18 0.57 0 0 280.68 1 0.71
Hex D0 6D FF 12 39 0 0 119 64 47
Octal 320 155 377 22 71 0 0 431 144 107
Binary 11010000 1101101 11111111 10010 111001 0 0 100011001 1100100 1000111

Color Harmonies of #D06DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DFF

Black with #D06DFF

Text Example


Text Example

White with #D06DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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