Html Css Color HEX #D47EBC Orchid

📋 copy color: '#D47EBC'

red 212 ◦ green 126 ◦ blue 188

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

Shades of Orchid #D47EBC

Tints of Orchid #D47EBC

RGB

 RED value IS 212 (83.2% from 255) = 40.3%

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

 BLUE value IS 188 (73.83% from 255) = 35.74%

R = 40.3%
G = 23.95%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D47EBC (or 0xD47EBC) is known color: Orchid. HEX triplet: D4, 7E and BC. RGB value is (212,126,188). Sum of RGB (Red+Green+Blue) = 212+126+188=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D47EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EBC is #2B8143. Grayscale: #9E9E9E. Windows color (decimal): -2851140 or 12353236. OLE color: 12353236.

HSL color Cylindrical-coordinate representation of color #D47EBC: hue angle of 316.74º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D47EBC is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 126 188 -
CMYK 0 0.41 0.11 0.17
HSL 316.74º 0.5% 0.66% -
HSV(B) 316.74º 0.41% 0.83% -
XYZ 43.69 32.55 51.56 -
YUV 158.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 212 126 188 0 0.41 0.11 0.17 316.74 0.5 0.66
Hex D4 7E BC 0 29 B 11 13D 32 42
Octal 324 176 274 0 51 13 21 475 62 102
Binary 11010100 1111110 10111100 0 101001 1011 10001 100111101 110010 1000010

Color Harmonies of #D47EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47EBC

Black with #D47EBC

Text Example


Text Example

White with #D47EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47EBC; }

 p { color: rgb(212,126,188); }

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

background-color css

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

 a { background-color: rgb(212,126,188); }

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

border-color css

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

 span { border-color: rgb(212,126,188); }

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