#D184CD

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

Shades of Orchid #D184CD

Tints of Orchid #D184CD

Color information

#D184CD (or 0xD184CD) is unknown color: approx Orchid. HEX triplet: D1, 84 and CD. RGB value is (209,132,205). Sum of RGB (Red+Green+Blue) = 209+132+205=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D184CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184CD is #2E7B32. Grayscale: #A3A3A3. Windows color (decimal): -3046195 or 13468881. OLE color: 13468881.

HSL color Cylindrical-coordinate representation of color #D184CD: hue angle of 303.12º 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 #D184CD is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209132205-
CMYK00.370.020.18
HSL303.12º45.56%66.86%-
HSV(B)303.12º36.84%81.96%-
XYZ45.5734.4762.01-
YUV163.34151.51160.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 132 (51.95% from 255) = 24.18%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=38.28%
G=24.18%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913220500.370.020.18303.1245.5666.86
HexD184CD02521212f2e43
Octal32120431504522245756103
Binary110100011000010011001101010010110100101001011111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184CD; }

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

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

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

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

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

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

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

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