Html Css Color HEX #D06FF0 Heliotrope

📋 copy color: '#D06FF0'

red 208 ◦ green 111 ◦ blue 240

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

Shades of Heliotrope #D06FF0

Tints of Heliotrope #D06FF0

RGB

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

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

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

R = 37.21%
G = 19.86%
B = 42.93%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D06FF0 (or 0xD06FF0) is known color: Heliotrope. HEX triplet: D0, 6F and F0. RGB value is (208,111,240). Sum of RGB (Red+Green+Blue) = 208+111+240=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #D06FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FF0 is #2F900F. Grayscale: #9A9A9A. Windows color (decimal): -3117072 or 15757264. OLE color: 15757264.

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

Color convert

RGB 208 111 240 -
CMYK 0.13 0.54 0 0.06
HSL 285.12º 0.81% 0.69% -
HSV(B) 285.12º 0.54% 0.94% -
XYZ 47.43 31.07 85.94 -
YUV 154.71 176.14 166.01 -
System Red Green Blue C M Y K H S L
Decimal 208 111 240 0.13 0.54 0 0.06 285.12 0.81 0.69
Hex D0 6F F0 D 36 0 6 11D 51 45
Octal 320 157 360 15 66 0 6 435 121 105
Binary 11010000 1101111 11110000 1101 110110 0 110 100011101 1010001 1000101

Color Harmonies of #D06FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FF0

Black with #D06FF0

Text Example


Text Example

White with #D06FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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