#D184CF

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

Shades of Orchid #D184CF

Tints of Orchid #D184CF

Color information

#D184CF (or 0xD184CF) is unknown color: approx Orchid. HEX triplet: D1, 84 and CF. RGB value is (209,132,207). Sum of RGB (Red+Green+Blue) = 209+132+207=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D184CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184CF is #2E7B30. Grayscale: #A3A3A3. Windows color (decimal): -3046193 or 13599953. OLE color: 13599953.

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

Color convert

RGB209132207-
CMYK00.370.010.18
HSL301.56º45.56%66.86%-
HSV(B)301.56º36.84%81.96%-
XYZ45.8134.5663.29-
YUV163.57152.51160.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=38.14%
G=24.09%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913220700.370.010.18301.5645.5666.86
HexD184CF02511212e2e43
Octal32120431704512245656103
Binary11010001100001001100111101001011100101001011101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184CF; }

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

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

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

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

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

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

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

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