#D865BE

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

Shades of Orchid #D865BE

Tints of Orchid #D865BE

Color information

#D865BE (or 0xD865BE) is unknown color: approx Orchid. HEX triplet: D8, 65 and BE. RGB value is (216,101,190). Sum of RGB (Red+Green+Blue) = 216+101+190=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D865BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865BE is #279A41. Grayscale: #919191. Windows color (decimal): -2595394 or 12477912. OLE color: 12477912.

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

Color convert

RGB216101190-
CMYK00.530.120.15
HSL313.57º59.59%62.16%-
HSV(B)313.57º53.24%84.71%-
XYZ42.2727.6251.82-
YUV145.53153.1178.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 101 (39.84% from 255) = 19.92%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=42.60%
G=19.92%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610119000.530.120.15313.5759.5962.16
HexD865BE035CF13a3c3e
Octal33014527606514174727476
Binary11011000110010110111110011010111001111100111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D865BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D865BE; }

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

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

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

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

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

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

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

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