Html Css Color HEX #D460EE Heliotrope

📋 copy color: '#D460EE'

red 212 ◦ green 96 ◦ blue 238

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

Shades of Heliotrope #D460EE

Tints of Heliotrope #D460EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 38.83%
G = 17.58%
B = 43.59%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D460EE (or 0xD460EE) is known color: Heliotrope. HEX triplet: D4, 60 and EE. RGB value is (212,96,238). Sum of RGB (Red+Green+Blue) = 212+96+238=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #D460EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460EE is #2B9F11. Grayscale: #929292. Windows color (decimal): -2858770 or 15622356. OLE color: 15622356.

HSL color Cylindrical-coordinate representation of color #D460EE: hue angle of 289.01º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D460EE is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 96 238 -
CMYK 0.11 0.60 0 0.07
HSL 289.01º 0.81% 0.65% -
HSV(B) 289.01º 0.6% 0.93% -
XYZ 46.77 28.54 83.93 -
YUV 146.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 212 96 238 0.11 0.60 0 0.07 289.01 0.81 0.65
Hex D4 60 EE B 3C 0 7 121 51 41
Octal 324 140 356 13 74 0 7 441 121 101
Binary 11010100 1100000 11101110 1011 111100 0 111 100100001 1010001 1000001

Color Harmonies of #D460EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460EE

Black with #D460EE

Text Example


Text Example

White with #D460EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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