#D781C0

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

Shades of Orchid #D781C0

Tints of Orchid #D781C0

Color information

#D781C0 (or 0xD781C0) is unknown color: approx Orchid. HEX triplet: D7, 81 and C0. RGB value is (215,129,192). Sum of RGB (Red+Green+Blue) = 215+129+192=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D781C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781C0 is #287E3F. Grayscale: #A1A1A1. Windows color (decimal): -2653760 or 12616151. OLE color: 12616151.

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

Color convert

RGB215129192-
CMYK00.40.110.16
HSL316.05º51.81%67.45%-
HSV(B)316.05º40%84.31%-
XYZ45.3933.9554.03-
YUV161.9144.99165.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.11%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=40.11%
G=24.07%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512919200.40.110.16316.0551.8167.45
HexD781C0028B1013c3443
Octal327201300050132047464103
Binary11010111100000011100000001010001011100001001111001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D781C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D781C0; }

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

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

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

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

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

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

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

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