Html Css Color HEX #D16EFA Heliotrope

📋 copy color: '#D16EFA'

red 209 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #D16EFA

Tints of Heliotrope #D16EFA

RGB

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

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

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

R = 36.73%
G = 19.33%
B = 43.94%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D16EFA (or 0xD16EFA) is known color: Heliotrope. HEX triplet: D1, 6E and FA. RGB value is (209,110,250). Sum of RGB (Red+Green+Blue) = 209+110+250=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #D16EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16EFA is #2E9105. Grayscale: #9B9B9B. Windows color (decimal): -3051782 or 16412369. OLE color: 16412369.

HSL color Cylindrical-coordinate representation of color #D16EFA: hue angle of 282.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16EFA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 110 250 -
CMYK 0.16 0.56 0 0.02
HSL 282.43º 0.93% 0.71% -
HSV(B) 282.43º 0.56% 0.98% -
XYZ 49.13 31.61 93.95 -
YUV 155.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 209 110 250 0.16 0.56 0 0.02 282.43 0.93 0.71
Hex D1 6E FA 10 38 0 2 11A 5D 47
Octal 321 156 372 20 70 0 2 432 135 107
Binary 11010001 1101110 11111010 10000 111000 0 10 100011010 1011101 1000111

Color Harmonies of #D16EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EFA

Black with #D16EFA

Text Example


Text Example

White with #D16EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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