#D163D4

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

Shades of Orchid #D163D4

Tints of Orchid #D163D4

Color information

#D163D4 (or 0xD163D4) is unknown color: approx Orchid. HEX triplet: D1, 63 and D4. RGB value is (209,99,212). Sum of RGB (Red+Green+Blue) = 209+99+212=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #D163D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163D4 is #2E9C2B. Grayscale: #909090. Windows color (decimal): -3054636 or 13919185. OLE color: 13919185.

HSL color Cylindrical-coordinate representation of color #D163D4: hue angle of 298.41º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D163D4 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20999212-
CMYK0.010.5300.17
HSL298.41º56.78%60.98%-
HSV(B)298.41º53.3%83.14%-
XYZ42.6427.2365.3-
YUV144.77165.94173.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 99 (39.06% from 255) = 19.04%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=40.19%
G=19.04%
B=40.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal209992120.010.5300.17298.4156.7860.98
HexD163D413501112a393d
Octal3211433241650214527175
Binary110100011100011110101001110101010001100101010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163D4; }

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

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

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

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

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

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

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

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