#D47FCA

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

Shades of Orchid #D47FCA

Tints of Orchid #D47FCA

Color information

#D47FCA (or 0xD47FCA) is unknown color: approx Orchid. HEX triplet: D4, 7F and CA. RGB value is (212,127,202). Sum of RGB (Red+Green+Blue) = 212+127+202=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FCA is #2B8035. Grayscale: #A0A0A0. Windows color (decimal): -2850870 or 13270996. OLE color: 13270996.

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

Color convert

RGB212127202-
CMYK00.400.050.17
HSL307.06º49.71%66.47%-
HSV(B)307.06º40.09%83.14%-
XYZ45.433.4459.94-
YUV160.96151.16164.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=39.19%
G=23.48%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212720200.400.050.17307.0649.7166.47
HexD47FCA0285111333242
Octal32417731205052146362102
Binary110101001111111110010100101000101100011001100111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FCA; }

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

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

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

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

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

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

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

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