Html Css Color HEX #D06BF8 Heliotrope

📋 copy color: '#D06BF8'

red 208 ◦ green 107 ◦ blue 248

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

Shades of Heliotrope #D06BF8

Tints of Heliotrope #D06BF8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.01%

 BLUE value IS 248 (97.27% from 255) = 44.05%

R = 36.94%
G = 19.01%
B = 44.05%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D06BF8 (or 0xD06BF8) is known color: Heliotrope. HEX triplet: D0, 6B and F8. RGB value is (208,107,248). Sum of RGB (Red+Green+Blue) = 208+107+248=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #D06BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BF8 is #2F9407. Grayscale: #989898. Windows color (decimal): -3118088 or 16280528. OLE color: 16280528.

HSL color Cylindrical-coordinate representation of color #D06BF8: hue angle of 282.98º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06BF8 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 107 248 -
CMYK 0.16 0.57 0 0.03
HSL 282.98º 0.91% 0.7% -
HSV(B) 282.98º 0.57% 0.97% -
XYZ 48.21 30.7 92.19 -
YUV 153.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 208 107 248 0.16 0.57 0 0.03 282.98 0.91 0.7
Hex D0 6B F8 10 39 0 3 11B 5B 46
Octal 320 153 370 20 71 0 3 433 133 106
Binary 11010000 1101011 11111000 10000 111001 0 11 100011011 1011011 1000110

Color Harmonies of #D06BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BF8

Black with #D06BF8

Text Example


Text Example

White with #D06BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BF8; }

 p { color: rgb(208,107,248); }

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

background-color css

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

 a { background-color: rgb(208,107,248); }

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

border-color css

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

 span { border-color: rgb(208,107,248); }

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