#D868BE

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

Shades of Orchid #D868BE

Tints of Orchid #D868BE

Color information

#D868BE (or 0xD868BE) is unknown color: approx Orchid. HEX triplet: D8, 68 and BE. RGB value is (216,104,190). Sum of RGB (Red+Green+Blue) = 216+104+190=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D868BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868BE is #279741. Grayscale: #939393. Windows color (decimal): -2594626 or 12478680. OLE color: 12478680.

HSL color Cylindrical-coordinate representation of color #D868BE: hue angle of 313.93º 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 #D868BE is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216104190-
CMYK00.520.120.15
HSL313.93º58.95%62.75%-
HSV(B)313.93º51.85%84.71%-
XYZ42.5628.2251.92-
YUV147.29152.11177.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 104 (41.02% from 255) = 20.39%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=42.35%
G=20.39%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610419000.520.120.15313.9358.9562.75
HexD868BE034CF13a3b3f
Octal33015027606414174727377
Binary11011000110100010111110011010011001111100111010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D868BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D868BE; }

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

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

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

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

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

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

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

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