Html Css Color HEX #D460FE Heliotrope

📋 copy color: '#D460FE'

red 212 ◦ green 96 ◦ blue 254

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

Shades of Heliotrope #D460FE

Tints of Heliotrope #D460FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 37.72%
G = 17.08%
B = 45.2%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D460FE (or 0xD460FE) is known color: Heliotrope. HEX triplet: D4, 60 and FE. RGB value is (212,96,254). Sum of RGB (Red+Green+Blue) = 212+96+254=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 96 (37.89% from 255 or 17.08% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #D460FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D460FE is #2B9F01. Grayscale: #949494. Windows color (decimal): -2858754 or 16670932. OLE color: 16670932.

HSL color Cylindrical-coordinate representation of color #D460FE: hue angle of 284.05º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D460FE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 96 254 -
CMYK 0.17 0.62 0 0.00
HSL 284.05º 0.99% 0.69% -
HSV(B) 284.05º 0.62% 1% -
XYZ 49.22 29.52 96.87 -
YUV 148.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 212 96 254 0.17 0.62 0 0.00 284.05 0.99 0.69
Hex D4 60 FE 11 3E 0 0 11C 63 45
Octal 324 140 376 21 76 0 0 434 143 105
Binary 11010100 1100000 11111110 10001 111110 0 0 100011100 1100011 1000101

Color Harmonies of #D460FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D460FE

Black with #D460FE

Text Example


Text Example

White with #D460FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D460FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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