Html Css Color HEX #D46DBE Orchid

📋 copy color: '#D46DBE'

red 212 ◦ green 109 ◦ blue 190

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

Shades of Orchid #D46DBE

Tints of Orchid #D46DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 41.49%
G = 21.33%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D46DBE (or 0xD46DBE) is known color: Orchid. HEX triplet: D4, 6D and BE. RGB value is (212,109,190). Sum of RGB (Red+Green+Blue) = 212+109+190=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DBE is #2B9241. Grayscale: #949494. Windows color (decimal): -2855490 or 12479956. OLE color: 12479956.

HSL color Cylindrical-coordinate representation of color #D46DBE: hue angle of 312.82º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46DBE is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 109 190 -
CMYK 0 0.49 0.10 0.17
HSL 312.82º 0.54% 0.63% -
HSV(B) 312.82º 0.49% 0.83% -
XYZ 41.91 28.65 52.04 -
YUV 149.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 212 109 190 0 0.49 0.10 0.17 312.82 0.54 0.63
Hex D4 6D BE 0 31 A 11 139 36 3F
Octal 324 155 276 0 61 12 21 471 66 77
Binary 11010100 1101101 10111110 0 110001 1010 10001 100111001 110110 111111

Color Harmonies of #D46DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DBE

Black with #D46DBE

Text Example


Text Example

White with #D46DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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