#d763d7

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

Shades of Orchid #D763D7

Tints of Orchid #D763D7

Color information

#D763D7 (or 0xD763D7) is unknown color: approx Orchid. HEX triplet: D7, 63 and D7. RGB value is (215,99,215). Sum of RGB (Red+Green+Blue) = 215+99+215=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D763D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763D7 is #289C28. Grayscale: #929292. Windows color (decimal): -2661417 or 14115799. OLE color: 14115799.

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

Color convert

RGB21599215-
CMYK00.5400.16
HSL300º59.18%61.57%-
HSV(B)300º53.95%84.31%-
XYZ44.7528.2867.39-
YUV146.91166.43176.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 99 (39.06% from 255) = 18.71%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=40.64%
G=18.71%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159921500.5400.1630059.1861.57
HexD763D703601012c3b3e
Octal3271433270660204547376
Binary110101111100011110101110110110010000100101100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d763d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d763d7; }

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

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

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

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

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

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

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

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