Html Css Color HEX #D460FA Heliotrope

📋 copy color: '#D460FA'

red 212 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #D460FA

Tints of Heliotrope #D460FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 37.99%
G = 17.2%
B = 44.8%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D460FA (or 0xD460FA) is known color: Heliotrope. HEX triplet: D4, 60 and FA. RGB value is (212,96,250). Sum of RGB (Red+Green+Blue) = 212+96+250=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #D460FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460FA is #2B9F05. Grayscale: #939393. Windows color (decimal): -2858758 or 16408788. OLE color: 16408788.

HSL color Cylindrical-coordinate representation of color #D460FA: hue angle of 285.19º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D460FA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 96 250 -
CMYK 0.15 0.62 0 0.02
HSL 285.19º 0.94% 0.68% -
HSV(B) 285.19º 0.62% 0.98% -
XYZ 48.59 29.26 93.53 -
YUV 148.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 212 96 250 0.15 0.62 0 0.02 285.19 0.94 0.68
Hex D4 60 FA F 3E 0 2 11D 5E 44
Octal 324 140 372 17 76 0 2 435 136 104
Binary 11010100 1100000 11111010 1111 111110 0 10 100011101 1011110 1000100

Color Harmonies of #D460FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460FA

Black with #D460FA

Text Example


Text Example

White with #D460FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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