#D763C7

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

Shades of Orchid #D763C7

Tints of Orchid #D763C7

Color information

#D763C7 (or 0xD763C7) is unknown color: approx Orchid. HEX triplet: D7, 63 and C7. RGB value is (215,99,199). Sum of RGB (Red+Green+Blue) = 215+99+199=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D763C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763C7 is #289C38. Grayscale: #909090. Windows color (decimal): -2661433 or 13067223. OLE color: 13067223.

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

Color convert

RGB21599199-
CMYK00.540.070.16
HSL308.28º59.18%61.57%-
HSV(B)308.28º53.95%84.31%-
XYZ42.7927.4957.08-
YUV145.08158.43177.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 99 (39.06% from 255) = 19.30%
BLUE value IS 199 (78.12% from 255) = 38.79%
R=41.91%
G=19.30%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159919900.540.070.16308.2859.1861.57
HexD763C70367101343b3e
Octal3271433070667204647376
Binary11010111110001111000111011011011110000100110100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D763C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D763C7; }

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

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

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

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

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

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

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

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