Html Css Color HEX #D06EFE Heliotrope

📋 copy color: '#D06EFE'

red 208 ◦ green 110 ◦ blue 254

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

Shades of Heliotrope #D06EFE

Tints of Heliotrope #D06EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.23%

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 36.36%
G = 19.23%
B = 44.41%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D06EFE (or 0xD06EFE) is known color: Heliotrope. HEX triplet: D0, 6E and FE. RGB value is (208,110,254). Sum of RGB (Red+Green+Blue) = 208+110+254=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #D06EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06EFE is #2F9101. Grayscale: #9B9B9B. Windows color (decimal): -3117314 or 16674512. OLE color: 16674512.

HSL color Cylindrical-coordinate representation of color #D06EFE: hue angle of 280.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06EFE is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 110 254 -
CMYK 0.18 0.57 0 0.00
HSL 280.83º 0.99% 0.71% -
HSV(B) 280.83º 0.57% 1% -
XYZ 49.48 31.72 97.28 -
YUV 155.72 183.47 165.29 -
System Red Green Blue C M Y K H S L
Decimal 208 110 254 0.18 0.57 0 0.00 280.83 0.99 0.71
Hex D0 6E FE 12 39 0 0 119 63 47
Octal 320 156 376 22 71 0 0 431 143 107
Binary 11010000 1101110 11111110 10010 111001 0 0 100011001 1100011 1000111

Color Harmonies of #D06EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EFE

Black with #D06EFE

Text Example


Text Example

White with #D06EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EFE; }

 p { color: rgb(208,110,254); }

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

background-color css

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

 a { background-color: rgb(208,110,254); }

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

border-color css

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

 span { border-color: rgb(208,110,254); }

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