Html Css Color HEX #D37BB9 Orchid

📋 copy color: '#D37BB9'

red 211 ◦ green 123 ◦ blue 185

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

Shades of Orchid #D37BB9

Tints of Orchid #D37BB9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.7%

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

R = 40.66%
G = 23.7%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D37BB9 (or 0xD37BB9) is known color: Orchid. HEX triplet: D3, 7B and B9. RGB value is (211,123,185). Sum of RGB (Red+Green+Blue) = 211+123+185=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D37BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BB9 is #2C8446. Grayscale: #9C9C9C. Windows color (decimal): -2917447 or 12155859. OLE color: 12155859.

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

Color convert

RGB 211 123 185 -
CMYK 0 0.42 0.12 0.17
HSL 317.73º 0.5% 0.65% -
HSV(B) 317.73º 0.42% 0.83% -
XYZ 42.7 31.52 49.73 -
YUV 156.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 211 123 185 0 0.42 0.12 0.17 317.73 0.5 0.65
Hex D3 7B B9 0 2A C 11 13E 32 41
Octal 323 173 271 0 52 14 21 476 62 101
Binary 11010011 1111011 10111001 0 101010 1100 10001 100111110 110010 1000001

Color Harmonies of #D37BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37BB9

Black with #D37BB9

Text Example


Text Example

White with #D37BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37BB9; }

 p { color: rgb(211,123,185); }

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

background-color css

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

 a { background-color: rgb(211,123,185); }

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

border-color css

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

 span { border-color: rgb(211,123,185); }

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