#D763C6

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

Shades of Orchid #D763C6

Tints of Orchid #D763C6

Color information

#D763C6 (or 0xD763C6) is unknown color: approx Orchid. HEX triplet: D7, 63 and C6. RGB value is (215,99,198). Sum of RGB (Red+Green+Blue) = 215+99+198=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D763C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763C6 is #289C39. Grayscale: #909090. Windows color (decimal): -2661434 or 13001687. OLE color: 13001687.

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

Color convert

RGB21599198-
CMYK00.540.080.16
HSL308.79º59.18%61.57%-
HSV(B)308.79º53.95%84.31%-
XYZ42.6827.4556.47-
YUV144.97157.93177.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 99 (39.06% from 255) = 19.34%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=41.99%
G=19.34%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159919800.540.080.16308.7959.1861.57
HexD763C60368101353b3e
Octal32714330606610204657376
Binary110101111100011110001100110110100010000100110101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D763C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D763C6; }

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

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

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

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

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

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

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

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