#D168C1

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

Shades of Orchid #D168C1

Tints of Orchid #D168C1

Color information

#D168C1 (or 0xD168C1) is unknown color: approx Orchid. HEX triplet: D1, 68 and C1. RGB value is (209,104,193). Sum of RGB (Red+Green+Blue) = 209+104+193=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D168C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D168C1 is #2E973E. Grayscale: #919191. Windows color (decimal): -3053375 or 12675281. OLE color: 12675281.

HSL color Cylindrical-coordinate representation of color #D168C1: hue angle of 309.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D168C1 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209104193-
CMYK00.500.080.18
HSL309.14º53.3%61.37%-
HSV(B)309.14º50.24%81.96%-
XYZ40.8727.3153.57-
YUV145.54154.79173.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 104 (41.02% from 255) = 20.55%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=41.30%
G=20.55%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910419300.500.080.18309.1453.361.37
HexD168C1032812135353d
Octal32115030106210224656575
Binary110100011101000110000010110010100010010100110101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D168C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D168C1; }

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

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

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

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

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

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

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

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