Html Css Color HEX #D46FFE Heliotrope

📋 copy color: '#D46FFE'

red 212 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #D46FFE

Tints of Heliotrope #D46FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.24%

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

R = 36.74%
G = 19.24%
B = 44.02%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D46FFE (or 0xD46FFE) is known color: Heliotrope. HEX triplet: D4, 6F and FE. RGB value is (212,111,254). Sum of RGB (Red+Green+Blue) = 212+111+254=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #D46FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46FFE is #2B9001. Grayscale: #9D9D9D. Windows color (decimal): -2854914 or 16674772. OLE color: 16674772.

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

Color convert

RGB 212 111 254 -
CMYK 0.17 0.56 0 0.00
HSL 282.38º 0.99% 0.72% -
HSV(B) 282.38º 0.56% 1% -
XYZ 50.73 32.52 97.37 -
YUV 157.5 182.46 166.87 -
System Red Green Blue C M Y K H S L
Decimal 212 111 254 0.17 0.56 0 0.00 282.38 0.99 0.72
Hex D4 6F FE 11 38 0 0 11A 63 48
Octal 324 157 376 21 70 0 0 432 143 110
Binary 11010100 1101111 11111110 10001 111000 0 0 100011010 1100011 1001000

Color Harmonies of #D46FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46FFE

Black with #D46FFE

Text Example


Text Example

White with #D46FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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