Html Css Color HEX #D06FF1 Heliotrope

📋 copy color: '#D06FF1'

red 208 ◦ green 111 ◦ blue 241

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

Shades of Heliotrope #D06FF1

Tints of Heliotrope #D06FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 37.14%
G = 19.82%
B = 43.04%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D06FF1 (or 0xD06FF1) is known color: Heliotrope. HEX triplet: D0, 6F and F1. RGB value is (208,111,241). Sum of RGB (Red+Green+Blue) = 208+111+241=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #D06FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06FF1 is #2F900E. Grayscale: #9A9A9A. Windows color (decimal): -3117071 or 15822800. OLE color: 15822800.

HSL color Cylindrical-coordinate representation of color #D06FF1: hue angle of 284.77º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06FF1 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 111 241 -
CMYK 0.14 0.54 0 0.05
HSL 284.77º 0.82% 0.69% -
HSV(B) 284.77º 0.54% 0.95% -
XYZ 47.57 31.13 86.72 -
YUV 154.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 208 111 241 0.14 0.54 0 0.05 284.77 0.82 0.69
Hex D0 6F F1 E 36 0 5 11D 52 45
Octal 320 157 361 16 66 0 5 435 122 105
Binary 11010000 1101111 11110001 1110 110110 0 101 100011101 1010010 1000101

Color Harmonies of #D06FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06FF1

Black with #D06FF1

Text Example


Text Example

White with #D06FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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