#D781D6

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

Shades of Orchid #D781D6

Tints of Orchid #D781D6

Color information

#D781D6 (or 0xD781D6) is unknown color: approx Orchid. HEX triplet: D7, 81 and D6. RGB value is (215,129,214). Sum of RGB (Red+Green+Blue) = 215+129+214=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D781D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781D6 is #287E29. Grayscale: #A4A4A4. Windows color (decimal): -2653738 or 14057943. OLE color: 14057943.

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

Color convert

RGB215129214-
CMYK00.40.000.16
HSL300.7º51.81%67.45%-
HSV(B)300.7º40%84.31%-
XYZ48.013567.84-
YUV164.4155.99164.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 214 (83.98% from 255) = 38.35%
R=38.53%
G=23.12%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512921400.40.000.16300.751.8167.45
HexD781D602801012d3443
Octal32720132605002045564103
Binary11010111100000011101011001010000100001001011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D781D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D781D6; }

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

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

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

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

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

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

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

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