Html Css Color HEX #D460EF Heliotrope

📋 copy color: '#D460EF'

red 212 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #D460EF

Tints of Heliotrope #D460EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 38.76%
G = 17.55%
B = 43.69%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D460EF (or 0xD460EF) is known color: Heliotrope. HEX triplet: D4, 60 and EF. RGB value is (212,96,239). Sum of RGB (Red+Green+Blue) = 212+96+239=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #D460EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460EF is #2B9F10. Grayscale: #929292. Windows color (decimal): -2858769 or 15687892. OLE color: 15687892.

HSL color Cylindrical-coordinate representation of color #D460EF: hue angle of 288.67º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D460EF is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 96 239 -
CMYK 0.11 0.60 0 0.06
HSL 288.67º 0.82% 0.66% -
HSV(B) 288.67º 0.6% 0.94% -
XYZ 46.91 28.59 84.71 -
YUV 146.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 212 96 239 0.11 0.60 0 0.06 288.67 0.82 0.66
Hex D4 60 EF B 3C 0 6 121 52 42
Octal 324 140 357 13 74 0 6 441 122 102
Binary 11010100 1100000 11101111 1011 111100 0 110 100100001 1010010 1000010

Color Harmonies of #D460EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460EF

Black with #D460EF

Text Example


Text Example

White with #D460EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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