#D16CD6

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

Shades of Orchid #D16CD6

Tints of Orchid #D16CD6

Color information

#D16CD6 (or 0xD16CD6) is unknown color: approx Orchid. HEX triplet: D1, 6C and D6. RGB value is (209,108,214). Sum of RGB (Red+Green+Blue) = 209+108+214=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #D16CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CD6 is #2E9329. Grayscale: #959595. Windows color (decimal): -3052330 or 14052561. OLE color: 14052561.

HSL color Cylindrical-coordinate representation of color #D16CD6: hue angle of 297.17º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16CD6 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209108214-
CMYK0.020.5000.16
HSL297.17º56.38%63.14%-
HSV(B)297.17º49.53%83.92%-
XYZ43.7929.1466.93-
YUV150.28163.96169.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 108 (42.58% from 255) = 20.34%
BLUE value IS 214 (83.98% from 255) = 40.30%
R=39.36%
G=20.34%
B=40.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091082140.020.5000.16297.1756.3863.14
HexD16CD6232010129383f
Octal3211543262620204517077
Binary1101000111011001101011010110010010000100101001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16CD6; }

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

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

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

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

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

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

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

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