Html Css Color HEX #D47CBA Orchid

📋 copy color: '#D47CBA'

red 212 ◦ green 124 ◦ blue 186

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

Shades of Orchid #D47CBA

Tints of Orchid #D47CBA

RGB

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

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

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

R = 40.61%
G = 23.75%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D47CBA (or 0xD47CBA) is known color: Orchid. HEX triplet: D4, 7C and BA. RGB value is (212,124,186). Sum of RGB (Red+Green+Blue) = 212+124+186=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CBA is #2B8345. Grayscale: #9D9D9D. Windows color (decimal): -2851654 or 12221652. OLE color: 12221652.

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

Color convert

RGB 212 124 186 -
CMYK 0 0.42 0.12 0.17
HSL 317.73º 0.51% 0.66% -
HSV(B) 317.73º 0.42% 0.83% -
XYZ 43.22 31.96 50.34 -
YUV 157.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 212 124 186 0 0.42 0.12 0.17 317.73 0.51 0.66
Hex D4 7C BA 0 2A C 11 13E 33 42
Octal 324 174 272 0 52 14 21 476 63 102
Binary 11010100 1111100 10111010 0 101010 1100 10001 100111110 110011 1000010

Color Harmonies of #D47CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47CBA

Black with #D47CBA

Text Example


Text Example

White with #D47CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47CBA; }

 p { color: rgb(212,124,186); }

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

background-color css

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

 a { background-color: rgb(212,124,186); }

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

border-color css

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

 span { border-color: rgb(212,124,186); }

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