Html Css Color HEX #D46DB6 Orchid

📋 copy color: '#D46DB6'

red 212 ◦ green 109 ◦ blue 182

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

Shades of Orchid #D46DB6

Tints of Orchid #D46DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.18%

R = 42.15%
G = 21.67%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D46DB6 (or 0xD46DB6) is known color: Orchid. HEX triplet: D4, 6D and B6. RGB value is (212,109,182). Sum of RGB (Red+Green+Blue) = 212+109+182=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DB6 is #2B9249. Grayscale: #939393. Windows color (decimal): -2855498 or 11955668. OLE color: 11955668.

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

Color convert

RGB 212 109 182 -
CMYK 0 0.49 0.14 0.17
HSL 317.48º 0.54% 0.63% -
HSV(B) 317.48º 0.49% 0.83% -
XYZ 41.06 28.31 47.56 -
YUV 148.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 212 109 182 0 0.49 0.14 0.17 317.48 0.54 0.63
Hex D4 6D B6 0 31 E 11 13D 36 3F
Octal 324 155 266 0 61 16 21 475 66 77
Binary 11010100 1101101 10110110 0 110001 1110 10001 100111101 110110 111111

Color Harmonies of #D46DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DB6

Black with #D46DB6

Text Example


Text Example

White with #D46DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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