Html Css Color HEX #D46EBB Orchid

📋 copy color: '#D46EBB'

red 212 ◦ green 110 ◦ blue 187

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

Shades of Orchid #D46EBB

Tints of Orchid #D46EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 41.65%
G = 21.61%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D46EBB (or 0xD46EBB) is known color: Orchid. HEX triplet: D4, 6E and BB. RGB value is (212,110,187). Sum of RGB (Red+Green+Blue) = 212+110+187=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D46EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EBB is #2B9144. Grayscale: #959595. Windows color (decimal): -2855237 or 12283604. OLE color: 12283604.

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

Color convert

RGB 212 110 187 -
CMYK 0 0.48 0.12 0.17
HSL 314.71º 0.54% 0.63% -
HSV(B) 314.71º 0.48% 0.83% -
XYZ 41.7 28.74 50.36 -
YUV 149.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 212 110 187 0 0.48 0.12 0.17 314.71 0.54 0.63
Hex D4 6E BB 0 30 C 11 13B 36 3F
Octal 324 156 273 0 60 14 21 473 66 77
Binary 11010100 1101110 10111011 0 110000 1100 10001 100111011 110110 111111

Color Harmonies of #D46EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46EBB

Black with #D46EBB

Text Example


Text Example

White with #D46EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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