#D47DC4

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

Shades of Orchid #D47DC4

Tints of Orchid #D47DC4

Color information

#D47DC4 (or 0xD47DC4) is unknown color: approx Orchid. HEX triplet: D4, 7D and C4. RGB value is (212,125,196). Sum of RGB (Red+Green+Blue) = 212+125+196=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DC4 is #2B823B. Grayscale: #9E9E9E. Windows color (decimal): -2851388 or 12877268. OLE color: 12877268.

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

Color convert

RGB212125196-
CMYK00.410.080.17
HSL311.03º50.29%66.08%-
HSV(B)311.03º41.04%83.14%-
XYZ44.4532.6556.18-
YUV159.11148.82165.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=39.77%
G=23.45%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212519600.410.080.17311.0350.2966.08
HexD47DC40298111373242
Octal324175304051102146762102
Binary1101010011111011100010001010011000100011001101111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DC4; }

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

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

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

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

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

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

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

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