#D163CD

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

Shades of Orchid #D163CD

Tints of Orchid #D163CD

Color information

#D163CD (or 0xD163CD) is unknown color: approx Orchid. HEX triplet: D1, 63 and CD. RGB value is (209,99,205). Sum of RGB (Red+Green+Blue) = 209+99+205=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D163CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163CD is #2E9C32. Grayscale: #8F8F8F. Windows color (decimal): -3054643 or 13460433. OLE color: 13460433.

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

Color convert

RGB20999205-
CMYK00.530.020.18
HSL302.18º54.46%60.39%-
HSV(B)302.18º52.63%81.96%-
XYZ41.7826.8960.75-
YUV143.97162.44174.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 99 (39.06% from 255) = 19.30%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=40.74%
G=19.30%
B=39.96%

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
Decimal2099920500.530.020.18302.1854.4660.39
HexD163CD03521212e363c
Octal3211433150652224566674
Binary1101000111000111100110101101011010010100101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163CD; }

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

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

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

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

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

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

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

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