Html Css Color HEX #D04EFA Heliotrope

📋 copy color: '#D04EFA'

red 208 ◦ green 78 ◦ blue 250

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

Shades of Heliotrope #D04EFA

Tints of Heliotrope #D04EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.55%

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 38.81%
G = 14.55%
B = 46.64%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D04EFA (or 0xD04EFA) is known color: Heliotrope. HEX triplet: D0, 4E and FA. RGB value is (208,78,250). Sum of RGB (Red+Green+Blue) = 208+78+250=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 78 (30.86% from 255 or 14.55% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #D04EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04EFA is #2FB105. Grayscale: #878787. Windows color (decimal): -3125510 or 16404176. OLE color: 16404176.

HSL color Cylindrical-coordinate representation of color #D04EFA: hue angle of 285.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04EFA is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 78 250 -
CMYK 0.17 0.69 0 0.02
HSL 285.35º 0.95% 0.64% -
HSV(B) 285.35º 0.69% 0.98% -
XYZ 45.99 25.76 92.99 -
YUV 136.48 192.07 179.01 -
System Red Green Blue C M Y K H S L
Decimal 208 78 250 0.17 0.69 0 0.02 285.35 0.95 0.64
Hex D0 4E FA 11 45 0 2 11D 5F 40
Octal 320 116 372 21 105 0 2 435 137 100
Binary 11010000 1001110 11111010 10001 1000101 0 10 100011101 1011111 1000000

Color Harmonies of #D04EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04EFA

Black with #D04EFA

Text Example


Text Example

White with #D04EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04EFA; }

 p { color: rgb(208,78,250); }

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

background-color css

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

 a { background-color: rgb(208,78,250); }

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

border-color css

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

 span { border-color: rgb(208,78,250); }

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