#D784C6

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

Shades of Orchid #D784C6

Tints of Orchid #D784C6

Color information

#D784C6 (or 0xD784C6) is unknown color: approx Orchid. HEX triplet: D7, 84 and C6. RGB value is (215,132,198). Sum of RGB (Red+Green+Blue) = 215+132+198=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D784C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784C6 is #287B39. Grayscale: #A4A4A4. Windows color (decimal): -2652986 or 13010135. OLE color: 13010135.

HSL color Cylindrical-coordinate representation of color #D784C6: hue angle of 312.29º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D784C6 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215132198-
CMYK00.390.080.16
HSL312.29º50.92%68.04%-
HSV(B)312.29º38.6%84.31%-
XYZ46.4735.0357.74-
YUV164.34147164.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 132 (51.95% from 255) = 24.22%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=39.45%
G=24.22%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513219800.390.080.16312.2950.9268.04
HexD784C60278101383344
Octal327204306047102047063104
Binary11010111100001001100011001001111000100001001110001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784C6; }

 p { color: rgb(215,132,198); }

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

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

 a { background-color: rgb(215,132,198); }

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

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

 span { border-color: rgb(215,132,198); }

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