Html Css Color HEX #D37EC0 Orchid

📋 copy color: '#D37EC0'

red 211 ◦ green 126 ◦ blue 192

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

Shades of Orchid #D37EC0

Tints of Orchid #D37EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.82%

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 39.89%
G = 23.82%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D37EC0 (or 0xD37EC0) is known color: Orchid. HEX triplet: D3, 7E and C0. RGB value is (211,126,192). Sum of RGB (Red+Green+Blue) = 211+126+192=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D37EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EC0 is #2C813F. Grayscale: #9E9E9E. Windows color (decimal): -2916672 or 12615379. OLE color: 12615379.

HSL color Cylindrical-coordinate representation of color #D37EC0: hue angle of 313.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37EC0 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 126 192 -
CMYK 0 0.40 0.09 0.17
HSL 313.41º 0.49% 0.66% -
HSV(B) 313.41º 0.4% 0.83% -
XYZ 43.84 32.58 53.85 -
YUV 158.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 211 126 192 0 0.40 0.09 0.17 313.41 0.49 0.66
Hex D3 7E C0 0 28 9 11 139 31 42
Octal 323 176 300 0 50 11 21 471 61 102
Binary 11010011 1111110 11000000 0 101000 1001 10001 100111001 110001 1000010

Color Harmonies of #D37EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37EC0

Black with #D37EC0

Text Example


Text Example

White with #D37EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37EC0; }

 p { color: rgb(211,126,192); }

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

background-color css

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

 a { background-color: rgb(211,126,192); }

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

border-color css

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

 span { border-color: rgb(211,126,192); }

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