Html Css Color HEX #D46BF1 Heliotrope

📋 copy color: '#D46BF1'

red 212 ◦ green 107 ◦ blue 241

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

Shades of Heliotrope #D46BF1

Tints of Heliotrope #D46BF1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.11%

 BLUE value IS 241 (94.53% from 255) = 43.04%

R = 37.86%
G = 19.11%
B = 43.04%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D46BF1 (or 0xD46BF1) is known color: Heliotrope. HEX triplet: D4, 6B and F1. RGB value is (212,107,241). Sum of RGB (Red+Green+Blue) = 212+107+241=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #D46BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46BF1 is #2B940E. Grayscale: #999999. Windows color (decimal): -2855951 or 15821780. OLE color: 15821780.

HSL color Cylindrical-coordinate representation of color #D46BF1: hue angle of 287.01º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D46BF1 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 107 241 -
CMYK 0.12 0.56 0 0.05
HSL 287.01º 0.83% 0.68% -
HSV(B) 287.01º 0.56% 0.95% -
XYZ 48.29 30.86 86.63 -
YUV 153.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 212 107 241 0.12 0.56 0 0.05 287.01 0.83 0.68
Hex D4 6B F1 C 38 0 5 11F 53 44
Octal 324 153 361 14 70 0 5 437 123 104
Binary 11010100 1101011 11110001 1100 111000 0 101 100011111 1010011 1000100

Color Harmonies of #D46BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46BF1

Black with #D46BF1

Text Example


Text Example

White with #D46BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46BF1; }

 p { color: rgb(212,107,241); }

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

background-color css

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

 a { background-color: rgb(212,107,241); }

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

border-color css

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

 span { border-color: rgb(212,107,241); }

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