#D47AC4

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

Shades of Orchid #D47AC4

Tints of Orchid #D47AC4

Color information

#D47AC4 (or 0xD47AC4) is unknown color: approx Orchid. HEX triplet: D4, 7A and C4. RGB value is (212,122,196). Sum of RGB (Red+Green+Blue) = 212+122+196=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AC4 is #2B853B. Grayscale: #9D9D9D. Windows color (decimal): -2852156 or 12876500. OLE color: 12876500.

HSL color Cylindrical-coordinate representation of color #D47AC4: hue angle of 310.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47AC4 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212122196-
CMYK00.420.080.17
HSL310.67º51.14%65.49%-
HSV(B)310.67º42.45%83.14%-
XYZ44.0731.956.06-
YUV157.35149.82166.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 23.02%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=40%
G=23.02%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212219600.420.080.17310.6751.1465.49
HexD47AC402A8111373341
Octal324172304052102146763101
Binary1101010011110101100010001010101000100011001101111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47AC4; }

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

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

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

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

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

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

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

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