#D885C6

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

Shades of Orchid #D885C6

Tints of Orchid #D885C6

Color information

#D885C6 (or 0xD885C6) is unknown color: approx Orchid. HEX triplet: D8, 85 and C6. RGB value is (216,133,198). Sum of RGB (Red+Green+Blue) = 216+133+198=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D885C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885C6 is #277A39. Grayscale: #A5A5A5. Windows color (decimal): -2587194 or 13010392. OLE color: 13010392.

HSL color Cylindrical-coordinate representation of color #D885C6: hue angle of 313.01º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885C6 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216133198-
CMYK00.380.080.15
HSL313.01º51.55%68.43%-
HSV(B)313.01º38.43%84.71%-
XYZ46.935.4557.8-
YUV165.23146.5164.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=39.49%
G=24.31%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613319800.380.080.15313.0151.5568.43
HexD885C60268F1393444
Octal330205306046101747164104
Binary1101100010000101110001100100110100011111001110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885C6; }

 p { color: rgb(216,133,198); }

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

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

 a { background-color: rgb(216,133,198); }

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

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

 span { border-color: rgb(216,133,198); }

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