Html Css Color HEX #D47DC0 Orchid

📋 copy color: '#D47DC0'

red 212 ◦ green 125 ◦ blue 192

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

Shades of Orchid #D47DC0

Tints of Orchid #D47DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

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

R = 40.08%
G = 23.63%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D47DC0 (or 0xD47DC0) is known color: Orchid. HEX triplet: D4, 7D and C0. RGB value is (212,125,192). Sum of RGB (Red+Green+Blue) = 212+125+192=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DC0 is #2B823F. Grayscale: #9E9E9E. Windows color (decimal): -2851392 or 12615124. OLE color: 12615124.

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

Color convert

RGB 212 125 192 -
CMYK 0 0.41 0.09 0.17
HSL 313.79º 0.5% 0.66% -
HSV(B) 313.79º 0.41% 0.83% -
XYZ 44 32.47 53.82 -
YUV 158.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 212 125 192 0 0.41 0.09 0.17 313.79 0.5 0.66
Hex D4 7D C0 0 29 9 11 13A 32 42
Octal 324 175 300 0 51 11 21 472 62 102
Binary 11010100 1111101 11000000 0 101001 1001 10001 100111010 110010 1000010

Color Harmonies of #D47DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47DC0

Black with #D47DC0

Text Example


Text Example

White with #D47DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47DC0; }

 p { color: rgb(212,125,192); }

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

background-color css

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

 a { background-color: rgb(212,125,192); }

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

border-color css

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

 span { border-color: rgb(212,125,192); }

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