#D784D4

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

Shades of Orchid #D784D4

Tints of Orchid #D784D4

Color information

#D784D4 (or 0xD784D4) is unknown color: approx Orchid. HEX triplet: D7, 84 and D4. RGB value is (215,132,212). Sum of RGB (Red+Green+Blue) = 215+132+212=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D784D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784D4 is #287B2B. Grayscale: #A5A5A5. Windows color (decimal): -2652972 or 13927639. OLE color: 13927639.

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

Color convert

RGB215132212-
CMYK00.390.010.16
HSL302.17º50.92%68.04%-
HSV(B)302.17º38.6%84.31%-
XYZ48.1635.766.64-
YUV165.94154163-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 132 (51.95% from 255) = 23.61%
BLUE value IS 212 (83.20% from 255) = 37.92%
R=38.46%
G=23.61%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513221200.390.010.16302.1750.9268.04
HexD784D402711012e3344
Octal32720432404712045663104
Binary11010111100001001101010001001111100001001011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784D4; }

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

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

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

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

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

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

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

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