#D16ECF

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

Shades of Orchid #D16ECF

Tints of Orchid #D16ECF

Color information

#D16ECF (or 0xD16ECF) is unknown color: approx Orchid. HEX triplet: D1, 6E and CF. RGB value is (209,110,207). Sum of RGB (Red+Green+Blue) = 209+110+207=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ECF is #2E9130. Grayscale: #969696. Windows color (decimal): -3051825 or 13594321. OLE color: 13594321.

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

Color convert

RGB209110207-
CMYK00.470.010.18
HSL301.21º51.83%62.55%-
HSV(B)301.21º47.37%81.96%-
XYZ43.1329.2162.4-
YUV150.66159.8169.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.73%
GREEN value IS 110 (43.36% from 255) = 20.91%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=39.73%
G=20.91%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911020700.470.010.18301.2151.8362.55
HexD16ECF02F11212d343f
Octal3211563170571224556477
Binary110100011101110110011110101111110010100101101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16ECF; }

 p { color: rgb(209,110,207); }

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

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

 a { background-color: rgb(209,110,207); }

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

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

 span { border-color: rgb(209,110,207); }

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