#D781C9

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

Shades of Orchid #D781C9

Tints of Orchid #D781C9

Color information

#D781C9 (or 0xD781C9) is unknown color: approx Orchid. HEX triplet: D7, 81 and C9. RGB value is (215,129,201). Sum of RGB (Red+Green+Blue) = 215+129+201=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D781C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781C9 is #287E36. Grayscale: #A2A2A2. Windows color (decimal): -2653751 or 13205975. OLE color: 13205975.

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

Color convert

RGB215129201-
CMYK00.40.070.16
HSL309.77º51.81%67.45%-
HSV(B)309.77º40%84.31%-
XYZ46.4234.3659.44-
YUV162.92149.49165.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 201 (78.91% from 255) = 36.88%
R=39.45%
G=23.67%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512920100.40.070.16309.7751.8167.45
HexD781C90287101363443
Octal32720131105072046664103
Binary1101011110000001110010010101000111100001001101101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D781C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D781C9; }

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

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

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

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

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

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

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

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