Html Css Color HEX #D46AED Heliotrope

📋 copy color: '#D46AED'

red 212 ◦ green 106 ◦ blue 237

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

Shades of Heliotrope #D46AED

Tints of Heliotrope #D46AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 38.2%
G = 19.1%
B = 42.7%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D46AED (or 0xD46AED) is known color: Heliotrope. HEX triplet: D4, 6A and ED. RGB value is (212,106,237). Sum of RGB (Red+Green+Blue) = 212+106+237=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #D46AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46AED is #2B9512. Grayscale: #989898. Windows color (decimal): -2856211 or 15559380. OLE color: 15559380.

HSL color Cylindrical-coordinate representation of color #D46AED: hue angle of 288.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D46AED is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 106 237 -
CMYK 0.11 0.55 0 0.07
HSL 288.55º 0.78% 0.67% -
HSV(B) 288.55º 0.55% 0.93% -
XYZ 47.59 30.42 83.48 -
YUV 152.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 212 106 237 0.11 0.55 0 0.07 288.55 0.78 0.67
Hex D4 6A ED B 37 0 7 121 4E 43
Octal 324 152 355 13 67 0 7 441 116 103
Binary 11010100 1101010 11101101 1011 110111 0 111 100100001 1001110 1000011

Color Harmonies of #D46AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46AED

Black with #D46AED

Text Example


Text Example

White with #D46AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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