Html Css Color HEX #D46EFA Heliotrope

📋 copy color: '#D46EFA'

red 212 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #D46EFA

Tints of Heliotrope #D46EFA

RGB

 RED value IS 212 (83.2% from 255) = 37.06%

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

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

R = 37.06%
G = 19.23%
B = 43.71%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D46EFA (or 0xD46EFA) is known color: Heliotrope. HEX triplet: D4, 6E and FA. RGB value is (212,110,250). Sum of RGB (Red+Green+Blue) = 212+110+250=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #D46EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46EFA is #2B9105. Grayscale: #9C9C9C. Windows color (decimal): -2855174 or 16412372. OLE color: 16412372.

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

Color convert

RGB 212 110 250 -
CMYK 0.15 0.56 0 0.02
HSL 283.71º 0.93% 0.71% -
HSV(B) 283.71º 0.56% 0.98% -
XYZ 49.98 32.05 93.99 -
YUV 156.46 180.79 167.62 -
System Red Green Blue C M Y K H S L
Decimal 212 110 250 0.15 0.56 0 0.02 283.71 0.93 0.71
Hex D4 6E FA F 38 0 2 11C 5D 47
Octal 324 156 372 17 70 0 2 434 135 107
Binary 11010100 1101110 11111010 1111 111000 0 10 100011100 1011101 1000111

Color Harmonies of #D46EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46EFA

Black with #D46EFA

Text Example


Text Example

White with #D46EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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