Html Css Color HEX #D46DBF Orchid

📋 copy color: '#D46DBF'

red 212 ◦ green 109 ◦ blue 191

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

Shades of Orchid #D46DBF

Tints of Orchid #D46DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 41.41%
G = 21.29%
B = 37.3%

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

#D46DBF (or 0xD46DBF) is known color: Orchid. HEX triplet: D4, 6D and BF. RGB value is (212,109,191). Sum of RGB (Red+Green+Blue) = 212+109+191=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DBF is #2B9240. Grayscale: #949494. Windows color (decimal): -2855489 or 12545492. OLE color: 12545492.

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

Color convert

RGB 212 109 191 -
CMYK 0 0.49 0.10 0.17
HSL 312.23º 0.54% 0.63% -
HSV(B) 312.23º 0.49% 0.83% -
XYZ 42.02 28.7 52.61 -
YUV 149.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 212 109 191 0 0.49 0.10 0.17 312.23 0.54 0.63
Hex D4 6D BF 0 31 A 11 138 36 3F
Octal 324 155 277 0 61 12 21 470 66 77
Binary 11010100 1101101 10111111 0 110001 1010 10001 100111000 110110 111111

Color Harmonies of #D46DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DBF

Black with #D46DBF

Text Example


Text Example

White with #D46DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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