#D763DD

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

Shades of Orchid #D763DD

Tints of Orchid #D763DD

Color information

#D763DD (or 0xD763DD) is unknown color: approx Orchid. HEX triplet: D7, 63 and DD. RGB value is (215,99,221). Sum of RGB (Red+Green+Blue) = 215+99+221=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #D763DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763DD is #289C22. Grayscale: #939393. Windows color (decimal): -2661411 or 14509015. OLE color: 14509015.

HSL color Cylindrical-coordinate representation of color #D763DD: hue angle of 297.05º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D763DD is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21599221-
CMYK0.030.5500.13
HSL297.05º64.21%62.75%-
HSV(B)297.05º55.2%86.67%-
XYZ45.5428.5971.53-
YUV147.59169.43176.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 99 (39.06% from 255) = 18.50%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=40.19%
G=18.50%
B=41.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215992210.030.5500.13297.0564.2162.75
HexD763DD3370D129403f
Octal32714333536701545110077
Binary1101011111000111101110111110111011011001010011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D763DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D763DD; }

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

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

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

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

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

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

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

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