Html Css Color HEX #D06BEF Heliotrope

📋 copy color: '#D06BEF'

red 208 ◦ green 107 ◦ blue 239

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

Shades of Heliotrope #D06BEF

Tints of Heliotrope #D06BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 37.55%
G = 19.31%
B = 43.14%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D06BEF (or 0xD06BEF) is known color: Heliotrope. HEX triplet: D0, 6B and EF. RGB value is (208,107,239). Sum of RGB (Red+Green+Blue) = 208+107+239=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #D06BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06BEF is #2F9410. Grayscale: #979797. Windows color (decimal): -3118097 or 15690704. OLE color: 15690704.

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

Color convert

RGB 208 107 239 -
CMYK 0.13 0.55 0 0.06
HSL 285.91º 0.8% 0.68% -
HSV(B) 285.91º 0.55% 0.94% -
XYZ 46.85 30.16 85.01 -
YUV 152.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 208 107 239 0.13 0.55 0 0.06 285.91 0.8 0.68
Hex D0 6B EF D 37 0 6 11E 50 44
Octal 320 153 357 15 67 0 6 436 120 104
Binary 11010000 1101011 11101111 1101 110111 0 110 100011110 1010000 1000100

Color Harmonies of #D06BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06BEF

Black with #D06BEF

Text Example


Text Example

White with #D06BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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