Html Css Color HEX #D46DF0 Heliotrope

📋 copy color: '#D46DF0'

red 212 ◦ green 109 ◦ blue 240

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

Shades of Heliotrope #D46DF0

Tints of Heliotrope #D46DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.43%

 BLUE value IS 240 (94.14% from 255) = 42.78%

R = 37.79%
G = 19.43%
B = 42.78%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D46DF0 (or 0xD46DF0) is known color: Heliotrope. HEX triplet: D4, 6D and F0. RGB value is (212,109,240). Sum of RGB (Red+Green+Blue) = 212+109+240=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #D46DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46DF0 is #2B920F. Grayscale: #9A9A9A. Windows color (decimal): -2855440 or 15756756. OLE color: 15756756.

HSL color Cylindrical-coordinate representation of color #D46DF0: hue angle of 287.18º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D46DF0 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 109 240 -
CMYK 0.12 0.55 0 0.06
HSL 287.18º 0.81% 0.68% -
HSV(B) 287.18º 0.55% 0.94% -
XYZ 48.35 31.23 85.92 -
YUV 154.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 212 109 240 0.12 0.55 0 0.06 287.18 0.81 0.68
Hex D4 6D F0 C 37 0 6 11F 51 44
Octal 324 155 360 14 67 0 6 437 121 104
Binary 11010100 1101101 11110000 1100 110111 0 110 100011111 1010001 1000100

Color Harmonies of #D46DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DF0

Black with #D46DF0

Text Example


Text Example

White with #D46DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DF0; }

 p { color: rgb(212,109,240); }

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

background-color css

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

 a { background-color: rgb(212,109,240); }

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

border-color css

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

 span { border-color: rgb(212,109,240); }

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