#D563DA

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

Shades of Orchid #D563DA

Tints of Orchid #D563DA

Color information

#D563DA (or 0xD563DA) is unknown color: approx Orchid. HEX triplet: D5, 63 and DA. RGB value is (213,99,218). Sum of RGB (Red+Green+Blue) = 213+99+218=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #D563DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563DA is #2A9C25. Grayscale: #929292. Windows color (decimal): -2792486 or 14312405. OLE color: 14312405.

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

Color convert

RGB21399218-
CMYK0.020.5500.15
HSL297.48º61.66%62.16%-
HSV(B)297.48º54.59%85.49%-
XYZ44.5628.1369.41-
YUV146.65168.27175.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 99 (39.06% from 255) = 18.68%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=40.19%
G=18.68%
B=41.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213992180.020.5500.15297.4861.6662.16
HexD563DA2370F1293e3e
Octal3251433322670174517676
Binary110101011100011110110101011011101111100101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D563DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D563DA; }

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

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

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

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

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

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

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

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