Html Css Color HEX #D46EB9 Orchid

📋 copy color: '#D46EB9'

red 212 ◦ green 110 ◦ blue 185

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

Shades of Orchid #D46EB9

Tints of Orchid #D46EB9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.7%

 BLUE value IS 185 (72.66% from 255) = 36.49%

R = 41.81%
G = 21.7%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D46EB9 (or 0xD46EB9) is known color: Orchid. HEX triplet: D4, 6E and B9. RGB value is (212,110,185). Sum of RGB (Red+Green+Blue) = 212+110+185=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D46EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EB9 is #2B9146. Grayscale: #949494. Windows color (decimal): -2855239 or 12152532. OLE color: 12152532.

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

Color convert

RGB 212 110 185 -
CMYK 0 0.48 0.13 0.17
HSL 315.88º 0.54% 0.63% -
HSV(B) 315.88º 0.48% 0.83% -
XYZ 41.48 28.65 49.24 -
YUV 149.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 212 110 185 0 0.48 0.13 0.17 315.88 0.54 0.63
Hex D4 6E B9 0 30 D 11 13C 36 3F
Octal 324 156 271 0 60 15 21 474 66 77
Binary 11010100 1101110 10111001 0 110000 1101 10001 100111100 110110 111111

Color Harmonies of #D46EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46EB9

Black with #D46EB9

Text Example


Text Example

White with #D46EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46EB9; }

 p { color: rgb(212,110,185); }

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

background-color css

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

 a { background-color: rgb(212,110,185); }

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

border-color css

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

 span { border-color: rgb(212,110,185); }

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