#D161CD

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

Shades of Orchid #D161CD

Tints of Orchid #D161CD

Color information

#D161CD (or 0xD161CD) is unknown color: approx Orchid. HEX triplet: D1, 61 and CD. RGB value is (209,97,205). Sum of RGB (Red+Green+Blue) = 209+97+205=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D161CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161CD is #2E9E32. Grayscale: #8E8E8E. Windows color (decimal): -3055155 or 13459921. OLE color: 13459921.

HSL color Cylindrical-coordinate representation of color #D161CD: hue angle of 302.14º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D161CD is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB20997205-
CMYK00.540.020.18
HSL302.14º54.9%60%-
HSV(B)302.14º53.59%81.96%-
XYZ41.5926.5160.68-
YUV142.8163.11175.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 97 (38.28% from 255) = 18.98%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=40.90%
G=18.98%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099720500.540.020.18302.1454.960
HexD161CD03621212e373c
Octal3211413150662224566774
Binary1101000111000011100110101101101010010100101110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161CD; }

 p { color: rgb(209,97,205); }

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

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

 a { background-color: rgb(209,97,205); }

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

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

 span { border-color: rgb(209,97,205); }

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