#D563D0

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

Shades of Orchid #D563D0

Tints of Orchid #D563D0

Color information

#D563D0 (or 0xD563D0) is unknown color: approx Orchid. HEX triplet: D5, 63 and D0. RGB value is (213,99,208). Sum of RGB (Red+Green+Blue) = 213+99+208=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D563D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563D0 is #2A9C2F. Grayscale: #919191. Windows color (decimal): -2792496 or 13657045. OLE color: 13657045.

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

Color convert

RGB21399208-
CMYK00.540.020.16
HSL302.63º57.58%61.18%-
HSV(B)302.63º53.52%83.53%-
XYZ43.2927.6262.72-
YUV145.51163.27176.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 99 (39.06% from 255) = 19.04%
BLUE value IS 208 (81.64% from 255) = 40%
R=40.96%
G=19.04%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139920800.540.020.16302.6357.5861.18
HexD563D003621012f3a3d
Octal3251433200662204577275
Binary1101010111000111101000001101101010000100101111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D563D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D563D0; }

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

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

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

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

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

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

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

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