#D47FCB

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

Shades of Orchid #D47FCB

Tints of Orchid #D47FCB

Color information

#D47FCB (or 0xD47FCB) is unknown color: approx Orchid. HEX triplet: D4, 7F and CB. RGB value is (212,127,203). Sum of RGB (Red+Green+Blue) = 212+127+203=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FCB is #2B8034. Grayscale: #A0A0A0. Windows color (decimal): -2850869 or 13336532. OLE color: 13336532.

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

Color convert

RGB212127203-
CMYK00.400.040.17
HSL306.35º49.71%66.47%-
HSV(B)306.35º40.09%83.14%-
XYZ45.5233.4960.56-
YUV161.08151.66164.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 127 (50% from 255) = 23.43%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=39.11%
G=23.43%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212720300.400.040.17306.3549.7166.47
HexD47FCB0284111323242
Octal32417731305042146262102
Binary110101001111111110010110101000100100011001100101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FCB; }

 p { color: rgb(212,127,203); }

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

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

 a { background-color: rgb(212,127,203); }

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

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

 span { border-color: rgb(212,127,203); }

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