Html Css Color HEX #D14EFA Heliotrope

📋 copy color: '#D14EFA'

red 209 ◦ green 78 ◦ blue 250

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

Shades of Heliotrope #D14EFA

Tints of Heliotrope #D14EFA

RGB

 RED value IS 209 (82.03% from 255) = 38.92%

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

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

R = 38.92%
G = 14.53%
B = 46.55%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D14EFA (or 0xD14EFA) is known color: Heliotrope. HEX triplet: D1, 4E and FA. RGB value is (209,78,250). Sum of RGB (Red+Green+Blue) = 209+78+250=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #D14EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EFA is #2EB105. Grayscale: #888888. Windows color (decimal): -3059974 or 16404177. OLE color: 16404177.

HSL color Cylindrical-coordinate representation of color #D14EFA: hue angle of 285.7º 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 #D14EFA is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 78 250 -
CMYK 0.16 0.69 0 0.02
HSL 285.7º 0.95% 0.64% -
HSV(B) 285.7º 0.69% 0.98% -
XYZ 46.27 25.91 93 -
YUV 136.78 191.9 179.51 -
System Red Green Blue C M Y K H S L
Decimal 209 78 250 0.16 0.69 0 0.02 285.7 0.95 0.64
Hex D1 4E FA 10 45 0 2 11E 5F 40
Octal 321 116 372 20 105 0 2 436 137 100
Binary 11010001 1001110 11111010 10000 1000101 0 10 100011110 1011111 1000000

Color Harmonies of #D14EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14EFA

Black with #D14EFA

Text Example


Text Example

White with #D14EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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