Html Css Color HEX #D373BA Orchid

📋 copy color: '#D373BA'

red 211 ◦ green 115 ◦ blue 186

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

Shades of Orchid #D373BA

Tints of Orchid #D373BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.46%

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 41.21%
G = 22.46%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D373BA (or 0xD373BA) is known color: Orchid. HEX triplet: D3, 73 and BA. RGB value is (211,115,186). Sum of RGB (Red+Green+Blue) = 211+115+186=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D373BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373BA is #2C8C45. Grayscale: #979797. Windows color (decimal): -2919494 or 12219347. OLE color: 12219347.

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

Color convert

RGB 211 115 186 -
CMYK 0 0.45 0.12 0.17
HSL 315.63º 0.52% 0.64% -
HSV(B) 315.63º 0.45% 0.83% -
XYZ 41.86 29.66 49.97 -
YUV 151.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 211 115 186 0 0.45 0.12 0.17 315.63 0.52 0.64
Hex D3 73 BA 0 2D C 11 13C 34 40
Octal 323 163 272 0 55 14 21 474 64 100
Binary 11010011 1110011 10111010 0 101101 1100 10001 100111100 110100 1000000

Color Harmonies of #D373BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373BA

Black with #D373BA

Text Example


Text Example

White with #D373BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373BA; }

 p { color: rgb(211,115,186); }

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

background-color css

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

 a { background-color: rgb(211,115,186); }

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

border-color css

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

 span { border-color: rgb(211,115,186); }

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