#D781D3

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

Shades of Orchid #D781D3

Tints of Orchid #D781D3

Color information

#D781D3 (or 0xD781D3) is unknown color: approx Orchid. HEX triplet: D7, 81 and D3. RGB value is (215,129,211). Sum of RGB (Red+Green+Blue) = 215+129+211=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D781D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781D3 is #287E2C. Grayscale: #A3A3A3. Windows color (decimal): -2653741 or 13861335. OLE color: 13861335.

HSL color Cylindrical-coordinate representation of color #D781D3: hue angle of 302.79º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D781D3 is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215129211-
CMYK00.40.020.16
HSL302.79º51.81%67.45%-
HSV(B)302.79º40%84.31%-
XYZ47.6334.8565.84-
YUV164.06154.49164.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=38.74%
G=23.24%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512921100.40.020.16302.7951.8167.45
HexD781D302821012f3443
Octal32720132305022045764103
Binary110101111000000111010011010100010100001001011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D781D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D781D3; }

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

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

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

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

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

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

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

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