#D868BA

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

Shades of Orchid #D868BA

Tints of Orchid #D868BA

Color information

#D868BA (or 0xD868BA) is unknown color: approx Orchid. HEX triplet: D8, 68 and BA. RGB value is (216,104,186). Sum of RGB (Red+Green+Blue) = 216+104+186=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D868BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868BA is #279745. Grayscale: #929292. Windows color (decimal): -2594630 or 12216536. OLE color: 12216536.

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

Color convert

RGB216104186-
CMYK00.520.140.15
HSL316.07º58.95%62.75%-
HSV(B)316.07º51.85%84.71%-
XYZ42.1328.0449.65-
YUV146.84150.11177.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 104 (41.02% from 255) = 20.55%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=42.69%
G=20.55%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610418600.520.140.15316.0758.9562.75
HexD868BA034EF13c3b3f
Octal33015027206416174747377
Binary11011000110100010111010011010011101111100111100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D868BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D868BA; }

 p { color: rgb(216,104,186); }

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

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

 a { background-color: rgb(216,104,186); }

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

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

 span { border-color: rgb(216,104,186); }

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