Html Css Color HEX #D068EF Heliotrope

📋 copy color: '#D068EF'

red 208 ◦ green 104 ◦ blue 239

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

Shades of Heliotrope #D068EF

Tints of Heliotrope #D068EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.87%

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

R = 37.75%
G = 18.87%
B = 43.38%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D068EF (or 0xD068EF) is known color: Heliotrope. HEX triplet: D0, 68 and EF. RGB value is (208,104,239). Sum of RGB (Red+Green+Blue) = 208+104+239=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #D068EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068EF is #2F9710. Grayscale: #969696. Windows color (decimal): -3118865 or 15689936. OLE color: 15689936.

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

Color convert

RGB 208 104 239 -
CMYK 0.13 0.56 0 0.06
HSL 286.22º 0.81% 0.67% -
HSV(B) 286.22º 0.56% 0.94% -
XYZ 46.54 29.54 84.91 -
YUV 150.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 208 104 239 0.13 0.56 0 0.06 286.22 0.81 0.67
Hex D0 68 EF D 38 0 6 11E 51 43
Octal 320 150 357 15 70 0 6 436 121 103
Binary 11010000 1101000 11101111 1101 111000 0 110 100011110 1010001 1000011

Color Harmonies of #D068EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068EF

Black with #D068EF

Text Example


Text Example

White with #D068EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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