#D184C1

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

Shades of Orchid #D184C1

Tints of Orchid #D184C1

Color information

#D184C1 (or 0xD184C1) is unknown color: approx Orchid. HEX triplet: D1, 84 and C1. RGB value is (209,132,193). Sum of RGB (Red+Green+Blue) = 209+132+193=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D184C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184C1 is #2E7B3E. Grayscale: #A1A1A1. Windows color (decimal): -3046207 or 12682449. OLE color: 12682449.

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

Color convert

RGB209132193-
CMYK00.370.080.18
HSL312.47º45.56%66.86%-
HSV(B)312.47º36.84%81.96%-
XYZ44.1733.9154.67-
YUV161.98145.51161.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=39.14%
G=24.72%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913219300.370.080.18312.4745.5666.86
HexD184C10258121382e43
Octal321204301045102247056103
Binary11010001100001001100000101001011000100101001110001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184C1; }

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

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

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

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

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

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

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

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