#D163C8

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

Shades of Orchid #D163C8

Tints of Orchid #D163C8

Color information

#D163C8 (or 0xD163C8) is unknown color: approx Orchid. HEX triplet: D1, 63 and C8. RGB value is (209,99,200). Sum of RGB (Red+Green+Blue) = 209+99+200=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D163C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163C8 is #2E9C37. Grayscale: #8F8F8F. Windows color (decimal): -3054648 or 13132753. OLE color: 13132753.

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

Color convert

RGB20999200-
CMYK00.530.040.18
HSL304.91º54.46%60.39%-
HSV(B)304.91º52.63%81.96%-
XYZ41.1826.6557.62-
YUV143.4159.94174.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 99 (39.06% from 255) = 19.49%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=41.14%
G=19.49%
B=39.37%

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
Decimal2099920000.530.040.18304.9154.4660.39
HexD163C8035412131363c
Octal3211433100654224616674
Binary11010001110001111001000011010110010010100110001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163C8; }

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

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

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

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

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

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

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

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