#D162CD

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

Shades of Orchid #D162CD

Tints of Orchid #D162CD

Color information

#D162CD (or 0xD162CD) is unknown color: approx Orchid. HEX triplet: D1, 62 and CD. RGB value is (209,98,205). Sum of RGB (Red+Green+Blue) = 209+98+205=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D162CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D162CD is #2E9D32. Grayscale: #8F8F8F. Windows color (decimal): -3054899 or 13460177. OLE color: 13460177.

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

Color convert

RGB20998205-
CMYK00.530.020.18
HSL302.16º54.68%60.2%-
HSV(B)302.16º53.11%81.96%-
XYZ41.6826.760.71-
YUV143.39162.77174.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 98 (38.67% from 255) = 19.14%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=40.82%
G=19.14%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099820500.530.020.18302.1654.6860.2
HexD162CD03521212e373c
Octal3211423150652224566774
Binary1101000111000101100110101101011010010100101110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D162CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D162CD; }

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

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

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

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

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

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

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

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