Html Css Color HEX #D460EB Heliotrope

📋 copy color: '#D460EB'

red 212 ◦ green 96 ◦ blue 235

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

Shades of Heliotrope #D460EB

Tints of Heliotrope #D460EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 39.04%
G = 17.68%
B = 43.28%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D460EB (or 0xD460EB) is known color: Heliotrope. HEX triplet: D4, 60 and EB. RGB value is (212,96,235). Sum of RGB (Red+Green+Blue) = 212+96+235=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #D460EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460EB is #2B9F14. Grayscale: #929292. Windows color (decimal): -2858773 or 15425748. OLE color: 15425748.

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

Color convert

RGB 212 96 235 -
CMYK 0.10 0.59 0 0.08
HSL 290.07º 0.78% 0.65% -
HSV(B) 290.07º 0.59% 0.92% -
XYZ 46.33 28.36 81.63 -
YUV 146.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 212 96 235 0.10 0.59 0 0.08 290.07 0.78 0.65
Hex D4 60 EB A 3B 0 8 122 4E 41
Octal 324 140 353 12 73 0 10 442 116 101
Binary 11010100 1100000 11101011 1010 111011 0 1000 100100010 1001110 1000001

Color Harmonies of #D460EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460EB

Black with #D460EB

Text Example


Text Example

White with #D460EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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