#D863BC

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

Shades of Orchid #D863BC

Tints of Orchid #D863BC

Color information

#D863BC (or 0xD863BC) is unknown color: approx Orchid. HEX triplet: D8, 63 and BC. RGB value is (216,99,188). Sum of RGB (Red+Green+Blue) = 216+99+188=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D863BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863BC is #279C43. Grayscale: #8F8F8F. Windows color (decimal): -2595908 or 12346328. OLE color: 12346328.

HSL color Cylindrical-coordinate representation of color #D863BC: hue angle of 314.36º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D863BC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB21699188-
CMYK00.540.130.15
HSL314.36º60%61.76%-
HSV(B)314.36º54.17%84.71%-
XYZ41.8627.1550.61-
YUV144.13152.76179.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=42.94%
G=19.68%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169918800.540.130.15314.366061.76
HexD863BC036DF13a3c3e
Octal33014327406615174727476
Binary11011000110001110111100011011011011111100111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D863BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D863BC; }

 p { color: rgb(216,99,188); }

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

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

 a { background-color: rgb(216,99,188); }

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

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

 span { border-color: rgb(216,99,188); }

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