#D16CC1

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

Shades of Orchid #D16CC1

Tints of Orchid #D16CC1

Color information

#D16CC1 (or 0xD16CC1) is unknown color: approx Orchid. HEX triplet: D1, 6C and C1. RGB value is (209,108,193). Sum of RGB (Red+Green+Blue) = 209+108+193=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CC1 is #2E933E. Grayscale: #939393. Windows color (decimal): -3052351 or 12676305. OLE color: 12676305.

HSL color Cylindrical-coordinate representation of color #D16CC1: hue angle of 309.5º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16CC1 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209108193-
CMYK00.480.080.18
HSL309.5º52.33%62.16%-
HSV(B)309.5º48.33%81.96%-
XYZ41.2828.1353.71-
YUV147.89153.46171.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 108 (42.58% from 255) = 21.18%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=40.98%
G=21.18%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910819300.480.080.18309.552.3362.16
HexD16CC1030812136343e
Octal32115430106010224666476
Binary110100011101100110000010110000100010010100110110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16CC1; }

 p { color: rgb(209,108,193); }

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

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

 a { background-color: rgb(209,108,193); }

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

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

 span { border-color: rgb(209,108,193); }

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