#D784D0

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

Shades of Orchid #D784D0

Tints of Orchid #D784D0

Color information

#D784D0 (or 0xD784D0) is unknown color: approx Orchid. HEX triplet: D7, 84 and D0. RGB value is (215,132,208). Sum of RGB (Red+Green+Blue) = 215+132+208=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D784D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784D0 is #287B2F. Grayscale: #A5A5A5. Windows color (decimal): -2652976 or 13665495. OLE color: 13665495.

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

Color convert

RGB215132208-
CMYK00.390.030.16
HSL305.06º50.92%68.04%-
HSV(B)305.06º38.6%84.31%-
XYZ47.6635.564.02-
YUV165.48152163.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=38.74%
G=23.78%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513220800.390.030.16305.0650.9268.04
HexD784D00273101313344
Octal32720432004732046163104
Binary110101111000010011010000010011111100001001100011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784D0; }

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

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

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

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

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

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

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

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