#D783D0

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

Shades of Orchid #D783D0

Tints of Orchid #D783D0

Color information

#D783D0 (or 0xD783D0) is unknown color: approx Orchid. HEX triplet: D7, 83 and D0. RGB value is (215,131,208). Sum of RGB (Red+Green+Blue) = 215+131+208=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D783D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D783D0 is #287C2F. Grayscale: #A4A4A4. Windows color (decimal): -2653232 or 13665239. OLE color: 13665239.

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

Color convert

RGB215131208-
CMYK00.390.030.16
HSL305º51.22%67.84%-
HSV(B)305º39.07%84.31%-
XYZ47.5335.2363.97-
YUV164.89152.33163.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=38.81%
G=23.65%
B=37.55%

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
Decimal21513120800.390.030.1630551.2267.84
HexD783D00273101313344
Octal32720332004732046163104
Binary110101111000001111010000010011111100001001100011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D783D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D783D0; }

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

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

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

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

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

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

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

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