Html Css Color HEX #D16AED Heliotrope

📋 copy color: '#D16AED'

red 209 ◦ green 106 ◦ blue 237

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

Shades of Heliotrope #D16AED

Tints of Heliotrope #D16AED

RGB

 RED value IS 209 (82.03% from 255) = 37.86%

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

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

R = 37.86%
G = 19.2%
B = 42.93%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D16AED (or 0xD16AED) is known color: Heliotrope. HEX triplet: D1, 6A and ED. RGB value is (209,106,237). Sum of RGB (Red+Green+Blue) = 209+106+237=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #D16AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AED is #2E9512. Grayscale: #979797. Windows color (decimal): -3052819 or 15559377. OLE color: 15559377.

HSL color Cylindrical-coordinate representation of color #D16AED: hue angle of 287.18º 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 #D16AED is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 106 237 -
CMYK 0.12 0.55 0 0.07
HSL 287.18º 0.78% 0.67% -
HSV(B) 287.18º 0.55% 0.93% -
XYZ 46.73 29.98 83.44 -
YUV 151.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 209 106 237 0.12 0.55 0 0.07 287.18 0.78 0.67
Hex D1 6A ED C 37 0 7 11F 4E 43
Octal 321 152 355 14 67 0 7 437 116 103
Binary 11010001 1101010 11101101 1100 110111 0 111 100011111 1001110 1000011

Color Harmonies of #D16AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16AED

Black with #D16AED

Text Example


Text Example

White with #D16AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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