#D784D3

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

Shades of Orchid #D784D3

Tints of Orchid #D784D3

Color information

#D784D3 (or 0xD784D3) is unknown color: approx Orchid. HEX triplet: D7, 84 and D3. RGB value is (215,132,211). Sum of RGB (Red+Green+Blue) = 215+132+211=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D784D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784D3 is #287B2C. Grayscale: #A5A5A5. Windows color (decimal): -2652973 or 13862103. OLE color: 13862103.

HSL color Cylindrical-coordinate representation of color #D784D3: hue angle of 302.89º 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 #D784D3 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215132211-
CMYK00.390.020.16
HSL302.89º50.92%68.04%-
HSV(B)302.89º38.6%84.31%-
XYZ48.0335.6565.98-
YUV165.82153.5163.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 211 (82.81% from 255) = 37.81%
R=38.53%
G=23.66%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513221100.390.020.16302.8950.9268.04
HexD784D302721012f3344
Octal32720432304722045763104
Binary110101111000010011010011010011110100001001011111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784D3; }

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

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

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

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

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

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

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

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