Html Css Color HEX #D460F6 Heliotrope

📋 copy color: '#D460F6'

red 212 ◦ green 96 ◦ blue 246

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

Shades of Heliotrope #D460F6

Tints of Heliotrope #D460F6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.33%

 BLUE value IS 246 (96.48% from 255) = 44.4%

R = 38.27%
G = 17.33%
B = 44.4%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D460F6 (or 0xD460F6) is known color: Heliotrope. HEX triplet: D4, 60 and F6. RGB value is (212,96,246). Sum of RGB (Red+Green+Blue) = 212+96+246=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #D460F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460F6 is #2B9F09. Grayscale: #939393. Windows color (decimal): -2858762 or 16146644. OLE color: 16146644.

HSL color Cylindrical-coordinate representation of color #D460F6: hue angle of 286.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D460F6 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 96 246 -
CMYK 0.14 0.61 0 0.04
HSL 286.4º 0.89% 0.67% -
HSV(B) 286.4º 0.61% 0.96% -
XYZ 47.97 29.02 90.26 -
YUV 147.78 183.43 173.8 -
System Red Green Blue C M Y K H S L
Decimal 212 96 246 0.14 0.61 0 0.04 286.4 0.89 0.67
Hex D4 60 F6 E 3D 0 4 11E 59 43
Octal 324 140 366 16 75 0 4 436 131 103
Binary 11010100 1100000 11110110 1110 111101 0 100 100011110 1011001 1000011

Color Harmonies of #D460F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460F6

Black with #D460F6

Text Example


Text Example

White with #D460F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460F6; }

 p { color: rgb(212,96,246); }

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

background-color css

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

 a { background-color: rgb(212,96,246); }

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

border-color css

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

 span { border-color: rgb(212,96,246); }

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