#D886CA

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

Shades of Orchid #D886CA

Tints of Orchid #D886CA

Color information

#D886CA (or 0xD886CA) is unknown color: approx Orchid. HEX triplet: D8, 86 and CA. RGB value is (216,134,202). Sum of RGB (Red+Green+Blue) = 216+134+202=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D886CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886CA is #277935. Grayscale: #A6A6A6. Windows color (decimal): -2586934 or 13272792. OLE color: 13272792.

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

Color convert

RGB216134202-
CMYK00.380.060.15
HSL310.24º51.25%68.63%-
HSV(B)310.24º37.96%84.71%-
XYZ47.535.9160.31-
YUV166.27148.17163.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 134 (52.73% from 255) = 24.28%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=39.13%
G=24.28%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613420200.380.060.15310.2451.2568.63
HexD886CA0266F1363345
Octal33020631204661746663105
Binary110110001000011011001010010011011011111001101101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886CA; }

 p { color: rgb(216,134,202); }

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

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

 a { background-color: rgb(216,134,202); }

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

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

 span { border-color: rgb(216,134,202); }

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