Html Css Color HEX #D460EC Heliotrope

📋 copy color: '#D460EC'

red 212 ◦ green 96 ◦ blue 236

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

Shades of Heliotrope #D460EC

Tints of Heliotrope #D460EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 38.97%
G = 17.65%
B = 43.38%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D460EC (or 0xD460EC) is known color: Heliotrope. HEX triplet: D4, 60 and EC. RGB value is (212,96,236). Sum of RGB (Red+Green+Blue) = 212+96+236=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #D460EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460EC is #2B9F13. Grayscale: #929292. Windows color (decimal): -2858772 or 15491284. OLE color: 15491284.

HSL color Cylindrical-coordinate representation of color #D460EC: hue angle of 289.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D460EC is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 96 236 -
CMYK 0.10 0.59 0 0.07
HSL 289.71º 0.79% 0.65% -
HSV(B) 289.71º 0.59% 0.93% -
XYZ 46.47 28.42 82.39 -
YUV 146.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 212 96 236 0.10 0.59 0 0.07 289.71 0.79 0.65
Hex D4 60 EC A 3B 0 7 122 4F 41
Octal 324 140 354 12 73 0 7 442 117 101
Binary 11010100 1100000 11101100 1010 111011 0 111 100100010 1001111 1000001

Color Harmonies of #D460EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460EC

Black with #D460EC

Text Example


Text Example

White with #D460EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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