Html Css Color HEX #D46AFB Heliotrope

📋 copy color: '#D46AFB'

red 212 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #D46AFB

Tints of Heliotrope #D46AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.63%

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 37.26%
G = 18.63%
B = 44.11%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D46AFB (or 0xD46AFB) is known color: Heliotrope. HEX triplet: D4, 6A and FB. RGB value is (212,106,251). Sum of RGB (Red+Green+Blue) = 212+106+251=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #D46AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46AFB is #2B9504. Grayscale: #999999. Windows color (decimal): -2856197 or 16476884. OLE color: 16476884.

HSL color Cylindrical-coordinate representation of color #D46AFB: hue angle of 283.86º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D46AFB is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 106 251 -
CMYK 0.16 0.58 0 0.02
HSL 283.86º 0.95% 0.7% -
HSV(B) 283.86º 0.58% 0.98% -
XYZ 49.72 31.27 94.68 -
YUV 154.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 212 106 251 0.16 0.58 0 0.02 283.86 0.95 0.7
Hex D4 6A FB 10 3A 0 2 11C 5F 46
Octal 324 152 373 20 72 0 2 434 137 106
Binary 11010100 1101010 11111011 10000 111010 0 10 100011100 1011111 1000110

Color Harmonies of #D46AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46AFB

Black with #D46AFB

Text Example


Text Example

White with #D46AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46AFB; }

 p { color: rgb(212,106,251); }

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

background-color css

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

 a { background-color: rgb(212,106,251); }

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

border-color css

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

 span { border-color: rgb(212,106,251); }

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