#D185CF

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

Shades of Orchid #D185CF

Tints of Orchid #D185CF

Color information

#D185CF (or 0xD185CF) is unknown color: approx Orchid. HEX triplet: D1, 85 and CF. RGB value is (209,133,207). Sum of RGB (Red+Green+Blue) = 209+133+207=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D185CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D185CF is #2E7A30. Grayscale: #A3A3A3. Windows color (decimal): -3045937 or 13600209. OLE color: 13600209.

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

Color convert

RGB209133207-
CMYK00.360.010.18
HSL301.58º45.24%67.06%-
HSV(B)301.58º36.36%81.96%-
XYZ45.9434.8463.33-
YUV164.16152.18159.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=38.07%
G=24.23%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913320700.360.010.18301.5845.2467.06
HexD185CF02411212e2d43
Octal32120531704412245655103
Binary11010001100001011100111101001001100101001011101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D185CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D185CF; }

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

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

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

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

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

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

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

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