#D161C8

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

Shades of Orchid #D161C8

Tints of Orchid #D161C8

Color information

#D161C8 (or 0xD161C8) is unknown color: approx Orchid. HEX triplet: D1, 61 and C8. RGB value is (209,97,200). Sum of RGB (Red+Green+Blue) = 209+97+200=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D161C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161C8 is #2E9E37. Grayscale: #8D8D8D. Windows color (decimal): -3055160 or 13132241. OLE color: 13132241.

HSL color Cylindrical-coordinate representation of color #D161C8: hue angle of 304.82º 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 #D161C8 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB20997200-
CMYK00.540.040.18
HSL304.82º54.9%60%-
HSV(B)304.82º53.59%81.96%-
XYZ40.9926.2757.55-
YUV142.23160.61175.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 97 (38.28% from 255) = 19.17%
BLUE value IS 200 (78.52% from 255) = 39.53%
R=41.30%
G=19.17%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099720000.540.040.18304.8254.960
HexD161C8036412131373c
Octal3211413100664224616774
Binary11010001110000111001000011011010010010100110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161C8; }

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

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

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

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

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

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

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

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