Html Css Color HEX #D37BBB Orchid

📋 copy color: '#D37BBB'

red 211 ◦ green 123 ◦ blue 187

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

Shades of Orchid #D37BBB

Tints of Orchid #D37BBB

RGB

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

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

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

R = 40.5%
G = 23.61%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D37BBB (or 0xD37BBB) is known color: Orchid. HEX triplet: D3, 7B and BB. RGB value is (211,123,187). Sum of RGB (Red+Green+Blue) = 211+123+187=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D37BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37BBB is #2C8444. Grayscale: #9C9C9C. Windows color (decimal): -2917445 or 12286931. OLE color: 12286931.

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

Color convert

RGB 211 123 187 -
CMYK 0 0.42 0.11 0.17
HSL 316.36º 0.5% 0.65% -
HSV(B) 316.36º 0.42% 0.83% -
XYZ 42.92 31.6 50.85 -
YUV 156.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 211 123 187 0 0.42 0.11 0.17 316.36 0.5 0.65
Hex D3 7B BB 0 2A B 11 13C 32 41
Octal 323 173 273 0 52 13 21 474 62 101
Binary 11010011 1111011 10111011 0 101010 1011 10001 100111100 110010 1000001

Color Harmonies of #D37BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37BBB

Black with #D37BBB

Text Example


Text Example

White with #D37BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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