#D765BE

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

Shades of Orchid #D765BE

Tints of Orchid #D765BE

Color information

#D765BE (or 0xD765BE) is unknown color: approx Orchid. HEX triplet: D7, 65 and BE. RGB value is (215,101,190). Sum of RGB (Red+Green+Blue) = 215+101+190=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D765BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765BE is #289A41. Grayscale: #909090. Windows color (decimal): -2660930 or 12477911. OLE color: 12477911.

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

Color convert

RGB215101190-
CMYK00.530.120.16
HSL313.16º58.76%61.96%-
HSV(B)313.16º53.02%84.31%-
XYZ41.9727.4751.81-
YUV145.23153.27177.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.49%
GREEN value IS 101 (39.84% from 255) = 19.96%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=42.49%
G=19.96%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510119000.530.120.16313.1658.7661.96
HexD765BE035C101393b3e
Octal32714527606514204717376
Binary110101111100101101111100110101110010000100111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D765BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D765BE; }

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

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

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

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

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

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

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

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