Html Css Color HEX #D37CD6 Orchid

📋 copy color: '#D37CD6'

red 211 ◦ green 124 ◦ blue 214

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

Shades of Orchid #D37CD6

Tints of Orchid #D37CD6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.59%

 BLUE value IS 214 (83.98% from 255) = 38.98%

R = 38.43%
G = 22.59%
B = 38.98%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D37CD6 (or 0xD37CD6) is known color: Orchid. HEX triplet: D3, 7C and D6. RGB value is (211,124,214). Sum of RGB (Red+Green+Blue) = 211+124+214=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #D37CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37CD6 is #2C8329. Grayscale: #9F9F9F. Windows color (decimal): -2917162 or 14056659. OLE color: 14056659.

HSL color Cylindrical-coordinate representation of color #D37CD6: hue angle of 298º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37CD6 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 124 214 -
CMYK 0.01 0.42 0 0.16
HSL 298º 0.52% 0.66% -
HSV(B) 298º 0.42% 0.84% -
XYZ 46.21 33.12 67.58 -
YUV 160.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 211 124 214 0.01 0.42 0 0.16 298 0.52 0.66
Hex D3 7C D6 1 2A 0 10 12A 34 42
Octal 323 174 326 1 52 0 20 452 64 102
Binary 11010011 1111100 11010110 1 101010 0 10000 100101010 110100 1000010

Color Harmonies of #D37CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37CD6

Black with #D37CD6

Text Example


Text Example

White with #D37CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37CD6; }

 p { color: rgb(211,124,214); }

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

background-color css

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

 a { background-color: rgb(211,124,214); }

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

border-color css

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

 span { border-color: rgb(211,124,214); }

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