#D563D8

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

Shades of Orchid #D563D8

Tints of Orchid #D563D8

Color information

#D563D8 (or 0xD563D8) is unknown color: approx Orchid. HEX triplet: D5, 63 and D8. RGB value is (213,99,216). Sum of RGB (Red+Green+Blue) = 213+99+216=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #D563D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563D8 is #2A9C27. Grayscale: #929292. Windows color (decimal): -2792488 or 14181333. OLE color: 14181333.

HSL color Cylindrical-coordinate representation of color #D563D8: hue angle of 298.46º degrees, saturation: 0.6, 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 #D563D8 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21399216-
CMYK0.010.5400.15
HSL298.46º60%61.76%-
HSV(B)298.46º54.17%84.71%-
XYZ44.328.0368.04-
YUV146.42167.27175.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 99 (39.06% from 255) = 18.75%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=40.34%
G=18.75%
B=40.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213992160.010.5400.15298.466061.76
HexD563D81360F12a3c3e
Octal3251433301660174527476
Binary11010101110001111011000111011001111100101010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D563D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D563D8; }

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

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

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

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

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

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

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

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