#D47CCD

Color #D47CCD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D47CCD

Tints of Orchid #D47CCD

Color information

#D47CCD (or 0xD47CCD) is unknown color: approx Orchid. HEX triplet: D4, 7C and CD. RGB value is (212,124,205). Sum of RGB (Red+Green+Blue) = 212+124+205=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D47CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47CCD is #2B8332. Grayscale: #9F9F9F. Windows color (decimal): -2851635 or 13466836. OLE color: 13466836.

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

Color convert

RGB212124205-
CMYK00.420.030.17
HSL304.77º50.57%65.88%-
HSV(B)304.77º41.51%83.14%-
XYZ45.3832.8261.7-
YUV159.55153.65165.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 124 (48.83% from 255) = 22.92%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=39.19%
G=22.92%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212420500.420.030.17304.7750.5765.88
HexD47CCD02A3111313342
Octal32417431505232146163102
Binary11010100111110011001101010101011100011001100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47CCD; }

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

 H1.HeaderClassName
 {
   color: #D47CCD;
 }
 .AnyTagClassName
 {
   color: #D47CCD;
 }
</style>
background-color css

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

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

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

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

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

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