#D085C3

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

Shades of Orchid #D085C3

Tints of Orchid #D085C3

Color information

#D085C3 (or 0xD085C3) is unknown color: approx Orchid. HEX triplet: D0, 85 and C3. RGB value is (208,133,195). Sum of RGB (Red+Green+Blue) = 208+133+195=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D085C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085C3 is #2F7A3C. Grayscale: #A2A2A2. Windows color (decimal): -3111485 or 12813776. OLE color: 12813776.

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

Color convert

RGB208133195-
CMYK00.360.060.18
HSL310.4º44.38%66.86%-
HSV(B)310.4º36.06%81.57%-
XYZ44.2534.1355.88-
YUV162.49146.35160.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 195 (76.56% from 255) = 36.38%
R=38.81%
G=24.81%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813319500.360.060.18310.444.3866.86
HexD085C30246121362c43
Octal32020530304462246654103
Binary1101000010000101110000110100100110100101001101101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085C3; }

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

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

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

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

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

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

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

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