#D563D9

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

Shades of Orchid #D563D9

Tints of Orchid #D563D9

Color information

#D563D9 (or 0xD563D9) is unknown color: approx Orchid. HEX triplet: D5, 63 and D9. RGB value is (213,99,217). Sum of RGB (Red+Green+Blue) = 213+99+217=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #D563D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563D9 is #2A9C26. Grayscale: #929292. Windows color (decimal): -2792487 or 14246869. OLE color: 14246869.

HSL color Cylindrical-coordinate representation of color #D563D9: hue angle of 297.97º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D563D9 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21399217-
CMYK0.020.5400.15
HSL297.97º60.82%61.96%-
HSV(B)297.97º54.38%85.1%-
XYZ44.4328.0868.72-
YUV146.54167.77175.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 99 (39.06% from 255) = 18.71%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=40.26%
G=18.71%
B=41.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213992170.020.5400.15297.9760.8261.96
HexD563D92360F12a3d3e
Octal3251433312660174527576
Binary110101011100011110110011011011001111100101010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D563D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D563D9; }

 p { color: rgb(213,99,217); }

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

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

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

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

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

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

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