Html Css Color HEX #D46AF0 Heliotrope

📋 copy color: '#D46AF0'

red 212 ◦ green 106 ◦ blue 240

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

Shades of Heliotrope #D46AF0

Tints of Heliotrope #D46AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.01%

R = 37.99%
G = 19%
B = 43.01%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D46AF0 (or 0xD46AF0) is known color: Heliotrope. HEX triplet: D4, 6A and F0. RGB value is (212,106,240). Sum of RGB (Red+Green+Blue) = 212+106+240=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #D46AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46AF0 is #2B950F. Grayscale: #989898. Windows color (decimal): -2856208 or 15755988. OLE color: 15755988.

HSL color Cylindrical-coordinate representation of color #D46AF0: hue angle of 287.46º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D46AF0 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 106 240 -
CMYK 0.12 0.56 0 0.06
HSL 287.46º 0.82% 0.68% -
HSV(B) 287.46º 0.56% 0.94% -
XYZ 48.03 30.6 85.81 -
YUV 152.97 177.12 170.1 -
System Red Green Blue C M Y K H S L
Decimal 212 106 240 0.12 0.56 0 0.06 287.46 0.82 0.68
Hex D4 6A F0 C 38 0 6 11F 52 44
Octal 324 152 360 14 70 0 6 437 122 104
Binary 11010100 1101010 11110000 1100 111000 0 110 100011111 1010010 1000100

Color Harmonies of #D46AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46AF0

Black with #D46AF0

Text Example


Text Example

White with #D46AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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