#D085CF

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

Shades of Orchid #D085CF

Tints of Orchid #D085CF

Color information

#D085CF (or 0xD085CF) is unknown color: approx Orchid. HEX triplet: D0, 85 and CF. RGB value is (208,133,207). Sum of RGB (Red+Green+Blue) = 208+133+207=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D085CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085CF is #2F7A30. Grayscale: #A3A3A3. Windows color (decimal): -3111473 or 13600208. OLE color: 13600208.

HSL color Cylindrical-coordinate representation of color #D085CF: hue angle of 300.8º degrees, saturation: 0.44, 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 #D085CF is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208133207-
CMYK00.360.000.18
HSL300.8º44.38%66.86%-
HSV(B)300.8º36.06%81.57%-
XYZ45.6634.6963.32-
YUV163.86152.35159.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=37.96%
G=24.27%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813320700.360.000.18300.844.3866.86
HexD085CF02401212d2c43
Octal32020531704402245554103
Binary11010000100001011100111101001000100101001011011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085CF; }

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

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

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

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

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

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

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

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