Html Css Color HEX #D37CBB Orchid

📋 copy color: '#D37CBB'

red 211 ◦ green 124 ◦ blue 187

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

Shades of Orchid #D37CBB

Tints of Orchid #D37CBB

RGB

 RED value IS 211 (82.81% from 255) = 40.42%

 GREEN value IS 124 (48.83% from 255) = 23.75%

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

R = 40.42%
G = 23.75%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D37CBB (or 0xD37CBB) is known color: Orchid. HEX triplet: D3, 7C and BB. RGB value is (211,124,187). Sum of RGB (Red+Green+Blue) = 211+124+187=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CBB is #2C8344. Grayscale: #9D9D9D. Windows color (decimal): -2917189 or 12287187. OLE color: 12287187.

HSL color Cylindrical-coordinate representation of color #D37CBB: hue angle of 316.55º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37CBB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 124 187 -
CMYK 0 0.41 0.11 0.17
HSL 316.55º 0.5% 0.66% -
HSV(B) 316.55º 0.41% 0.83% -
XYZ 43.04 31.85 50.89 -
YUV 157.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 211 124 187 0 0.41 0.11 0.17 316.55 0.5 0.66
Hex D3 7C BB 0 29 B 11 13D 32 42
Octal 323 174 273 0 51 13 21 475 62 102
Binary 11010011 1111100 10111011 0 101001 1011 10001 100111101 110010 1000010

Color Harmonies of #D37CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37CBB

Black with #D37CBB

Text Example


Text Example

White with #D37CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37CBB; }

 p { color: rgb(211,124,187); }

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

background-color css

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

 a { background-color: rgb(211,124,187); }

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

border-color css

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

 span { border-color: rgb(211,124,187); }

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