#D765BC

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

Shades of Orchid #D765BC

Tints of Orchid #D765BC

Color information

#D765BC (or 0xD765BC) is unknown color: approx Orchid. HEX triplet: D7, 65 and BC. RGB value is (215,101,188). Sum of RGB (Red+Green+Blue) = 215+101+188=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D765BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765BC is #289A43. Grayscale: #909090. Windows color (decimal): -2660932 or 12346839. OLE color: 12346839.

HSL color Cylindrical-coordinate representation of color #D765BC: hue angle of 314.21º 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 #D765BC is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215101188-
CMYK00.530.130.16
HSL314.21º58.76%61.96%-
HSV(B)314.21º53.02%84.31%-
XYZ41.7627.3950.66-
YUV145152.27177.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 101 (39.84% from 255) = 20.04%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=42.66%
G=20.04%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510118800.530.130.16314.2158.7661.96
HexD765BC035D1013a3b3e
Octal32714527406515204727376
Binary110101111100101101111000110101110110000100111010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D765BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D765BC; }

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

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

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

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

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

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

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

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