Html Css Color HEX #D46AFA Heliotrope

📋 copy color: '#D46AFA'

red 212 ◦ green 106 ◦ blue 250

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

Shades of Heliotrope #D46AFA

Tints of Heliotrope #D46AFA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.66%

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

R = 37.32%
G = 18.66%
B = 44.01%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D46AFA (or 0xD46AFA) is known color: Heliotrope. HEX triplet: D4, 6A and FA. RGB value is (212,106,250). Sum of RGB (Red+Green+Blue) = 212+106+250=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #D46AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46AFA is #2B9505. Grayscale: #999999. Windows color (decimal): -2856198 or 16411348. OLE color: 16411348.

HSL color Cylindrical-coordinate representation of color #D46AFA: hue angle of 284.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46AFA is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 106 250 -
CMYK 0.15 0.58 0 0.02
HSL 284.17º 0.94% 0.7% -
HSV(B) 284.17º 0.58% 0.98% -
XYZ 49.56 31.21 93.85 -
YUV 154.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 212 106 250 0.15 0.58 0 0.02 284.17 0.94 0.7
Hex D4 6A FA F 3A 0 2 11C 5E 46
Octal 324 152 372 17 72 0 2 434 136 106
Binary 11010100 1101010 11111010 1111 111010 0 10 100011100 1011110 1000110

Color Harmonies of #D46AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46AFA

Black with #D46AFA

Text Example


Text Example

White with #D46AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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