Html Css Color HEX #D46FFA Heliotrope

📋 copy color: '#D46FFA'

red 212 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #D46FFA

Tints of Heliotrope #D46FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.37%

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

R = 37%
G = 19.37%
B = 43.63%

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

#D46FFA (or 0xD46FFA) is known color: Heliotrope. HEX triplet: D4, 6F and FA. RGB value is (212,111,250). Sum of RGB (Red+Green+Blue) = 212+111+250=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #D46FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46FFA is #2B9005. Grayscale: #9C9C9C. Windows color (decimal): -2854918 or 16412628. OLE color: 16412628.

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

Color convert

RGB 212 111 250 -
CMYK 0.15 0.56 0 0.02
HSL 283.6º 0.93% 0.71% -
HSV(B) 283.6º 0.56% 0.98% -
XYZ 50.09 32.27 94.03 -
YUV 157.05 180.46 167.2 -
System Red Green Blue C M Y K H S L
Decimal 212 111 250 0.15 0.56 0 0.02 283.6 0.93 0.71
Hex D4 6F FA F 38 0 2 11C 5D 47
Octal 324 157 372 17 70 0 2 434 135 107
Binary 11010100 1101111 11111010 1111 111000 0 10 100011100 1011101 1000111

Color Harmonies of #D46FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46FFA

Black with #D46FFA

Text Example


Text Example

White with #D46FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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