#D162C8

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

Shades of Orchid #D162C8

Tints of Orchid #D162C8

Color information

#D162C8 (or 0xD162C8) is unknown color: approx Orchid. HEX triplet: D1, 62 and C8. RGB value is (209,98,200). Sum of RGB (Red+Green+Blue) = 209+98+200=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D162C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162C8 is #2E9D37. Grayscale: #8E8E8E. Windows color (decimal): -3054904 or 13132497. OLE color: 13132497.

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

Color convert

RGB20998200-
CMYK00.530.040.18
HSL304.86º54.68%60.2%-
HSV(B)304.86º53.11%81.96%-
XYZ41.0926.4657.59-
YUV142.82160.27175.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 98 (38.67% from 255) = 19.33%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=41.22%
G=19.33%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099820000.530.040.18304.8654.6860.2
HexD162C8035412131373c
Octal3211423100654224616774
Binary11010001110001011001000011010110010010100110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D162C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D162C8; }

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

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

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

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

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

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

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

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