Html Css Color HEX #D373BF Orchid

📋 copy color: '#D373BF'

red 211 ◦ green 115 ◦ blue 191

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

Shades of Orchid #D373BF

Tints of Orchid #D373BF

RGB

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

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

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

R = 40.81%
G = 22.24%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D373BF (or 0xD373BF) is known color: Orchid. HEX triplet: D3, 73 and BF. RGB value is (211,115,191). Sum of RGB (Red+Green+Blue) = 211+115+191=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D373BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D373BF is #2C8C40. Grayscale: #989898. Windows color (decimal): -2919489 or 12547027. OLE color: 12547027.

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

Color convert

RGB 211 115 191 -
CMYK 0 0.45 0.09 0.17
HSL 312.5º 0.52% 0.64% -
HSV(B) 312.5º 0.45% 0.83% -
XYZ 42.4 29.87 52.82 -
YUV 152.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 211 115 191 0 0.45 0.09 0.17 312.5 0.52 0.64
Hex D3 73 BF 0 2D 9 11 138 34 40
Octal 323 163 277 0 55 11 21 470 64 100
Binary 11010011 1110011 10111111 0 101101 1001 10001 100111000 110100 1000000

Color Harmonies of #D373BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D373BF

Black with #D373BF

Text Example


Text Example

White with #D373BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D373BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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