Html Css Color HEX #D46FFC Heliotrope

📋 copy color: '#D46FFC'

red 212 ◦ green 111 ◦ blue 252

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

Shades of Heliotrope #D46FFC

Tints of Heliotrope #D46FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 36.87%
G = 19.3%
B = 43.83%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D46FFC (or 0xD46FFC) is known color: Heliotrope. HEX triplet: D4, 6F and FC. RGB value is (212,111,252). Sum of RGB (Red+Green+Blue) = 212+111+252=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #D46FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46FFC is #2B9003. Grayscale: #9C9C9C. Windows color (decimal): -2854916 or 16543700. OLE color: 16543700.

HSL color Cylindrical-coordinate representation of color #D46FFC: hue angle of 282.98º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D46FFC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 111 252 -
CMYK 0.16 0.56 0 0.01
HSL 282.98º 0.96% 0.71% -
HSV(B) 282.98º 0.56% 0.99% -
XYZ 50.41 32.39 95.69 -
YUV 157.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 212 111 252 0.16 0.56 0 0.01 282.98 0.96 0.71
Hex D4 6F FC 10 38 0 1 11B 60 47
Octal 324 157 374 20 70 0 1 433 140 107
Binary 11010100 1101111 11111100 10000 111000 0 1 100011011 1100000 1000111

Color Harmonies of #D46FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46FFC

Black with #D46FFC

Text Example


Text Example

White with #D46FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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