Html Css Color HEX #D06CEF Heliotrope

📋 copy color: '#D06CEF'

red 208 ◦ green 108 ◦ blue 239

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

Shades of Heliotrope #D06CEF

Tints of Heliotrope #D06CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.46%

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

R = 37.48%
G = 19.46%
B = 43.06%

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

#D06CEF (or 0xD06CEF) is known color: Heliotrope. HEX triplet: D0, 6C and EF. RGB value is (208,108,239). Sum of RGB (Red+Green+Blue) = 208+108+239=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #D06CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06CEF is #2F9310. Grayscale: #989898. Windows color (decimal): -3117841 or 15690960. OLE color: 15690960.

HSL color Cylindrical-coordinate representation of color #D06CEF: hue angle of 285.8º 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 #D06CEF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 108 239 -
CMYK 0.13 0.55 0 0.06
HSL 285.8º 0.8% 0.68% -
HSV(B) 285.8º 0.55% 0.94% -
XYZ 46.95 30.37 85.05 -
YUV 152.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 208 108 239 0.13 0.55 0 0.06 285.8 0.8 0.68
Hex D0 6C EF D 37 0 6 11E 50 44
Octal 320 154 357 15 67 0 6 436 120 104
Binary 11010000 1101100 11101111 1101 110111 0 110 100011110 1010000 1000100

Color Harmonies of #D06CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CEF

Black with #D06CEF

Text Example


Text Example

White with #D06CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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