Html Css Color HEX #D086F0 Heliotrope

📋 copy color: '#D086F0'

red 208 ◦ green 134 ◦ blue 240

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

Shades of Heliotrope #D086F0

Tints of Heliotrope #D086F0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.02%

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

R = 35.74%
G = 23.02%
B = 41.24%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D086F0 (or 0xD086F0) is known color: Heliotrope. HEX triplet: D0, 86 and F0. RGB value is (208,134,240). Sum of RGB (Red+Green+Blue) = 208+134+240=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #D086F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086F0 is #2F790F. Grayscale: #A7A7A7. Windows color (decimal): -3111184 or 15763152. OLE color: 15763152.

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

Color convert

RGB 208 134 240 -
CMYK 0.13 0.44 0 0.06
HSL 281.89º 0.78% 0.73% -
HSV(B) 281.89º 0.44% 0.94% -
XYZ 50.27 36.75 86.88 -
YUV 168.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 208 134 240 0.13 0.44 0 0.06 281.89 0.78 0.73
Hex D0 86 F0 D 2C 0 6 11A 4E 49
Octal 320 206 360 15 54 0 6 432 116 111
Binary 11010000 10000110 11110000 1101 101100 0 110 100011010 1001110 1001001

Color Harmonies of #D086F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086F0

Black with #D086F0

Text Example


Text Example

White with #D086F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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