#d763d1

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

Shades of Orchid #D763D1

Tints of Orchid #D763D1

Color information

#D763D1 (or 0xD763D1) is unknown color: approx Orchid. HEX triplet: D7, 63 and D1. RGB value is (215,99,209). Sum of RGB (Red+Green+Blue) = 215+99+209=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D763D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763D1 is #289C2E. Grayscale: #919191. Windows color (decimal): -2661423 or 13722583. OLE color: 13722583.

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

Color convert

RGB21599209-
CMYK00.540.030.16
HSL303.1º59.18%61.57%-
HSV(B)303.1º53.95%84.31%-
XYZ43.9927.9763.4-
YUV146.22163.43177.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 99 (39.06% from 255) = 18.93%
BLUE value IS 209 (82.03% from 255) = 39.96%
R=41.11%
G=18.93%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159920900.540.030.16303.159.1861.57
HexD763D103631012f3b3e
Octal3271433210663204577376
Binary1101011111000111101000101101101110000100101111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d763d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d763d1; }

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

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

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

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

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

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

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

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