Html Css Color HEX #D46DB9 Orchid

📋 copy color: '#D46DB9'

red 212 ◦ green 109 ◦ blue 185

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

Shades of Orchid #D46DB9

Tints of Orchid #D46DB9

RGB

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

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

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

R = 41.9%
G = 21.54%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D46DB9 (or 0xD46DB9) is known color: Orchid. HEX triplet: D4, 6D and B9. RGB value is (212,109,185). Sum of RGB (Red+Green+Blue) = 212+109+185=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DB9 is #2B9246. Grayscale: #949494. Windows color (decimal): -2855495 or 12152276. OLE color: 12152276.

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

Color convert

RGB 212 109 185 -
CMYK 0 0.49 0.13 0.17
HSL 315.73º 0.54% 0.63% -
HSV(B) 315.73º 0.49% 0.83% -
XYZ 41.38 28.44 49.21 -
YUV 148.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 212 109 185 0 0.49 0.13 0.17 315.73 0.54 0.63
Hex D4 6D B9 0 31 D 11 13C 36 3F
Octal 324 155 271 0 61 15 21 474 66 77
Binary 11010100 1101101 10111001 0 110001 1101 10001 100111100 110110 111111

Color Harmonies of #D46DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DB9

Black with #D46DB9

Text Example


Text Example

White with #D46DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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