#D763DB

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

Shades of Orchid #D763DB

Tints of Orchid #D763DB

Color information

#D763DB (or 0xD763DB) is unknown color: approx Orchid. HEX triplet: D7, 63 and DB. RGB value is (215,99,219). Sum of RGB (Red+Green+Blue) = 215+99+219=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #D763DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763DB is #289C24. Grayscale: #939393. Windows color (decimal): -2661413 or 14377943. OLE color: 14377943.

HSL color Cylindrical-coordinate representation of color #D763DB: hue angle of 298º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D763DB is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21599219-
CMYK0.020.5500.14
HSL298º62.5%62.35%-
HSV(B)298º54.79%85.88%-
XYZ45.2728.4970.13-
YUV147.36168.43176.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 99 (39.06% from 255) = 18.57%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=40.34%
G=18.57%
B=41.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal215992190.020.5500.1429862.562.35
HexD763DB2370E12a3e3e
Octal3271433332670164527676
Binary110101111100011110110111011011101110100101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D763DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D763DB; }

 p { color: rgb(215,99,219); }

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

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

 a { background-color: rgb(215,99,219); }

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

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

 span { border-color: rgb(215,99,219); }

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