#D564DA

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

Shades of Orchid #D564DA

Tints of Orchid #D564DA

Color information

#D564DA (or 0xD564DA) is unknown color: approx Orchid. HEX triplet: D5, 64 and DA. RGB value is (213,100,218). Sum of RGB (Red+Green+Blue) = 213+100+218=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #D564DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564DA is #2A9B25. Grayscale: #929292. Windows color (decimal): -2792230 or 14312661. OLE color: 14312661.

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

Color convert

RGB213100218-
CMYK0.020.5400.15
HSL297.46º61.46%62.35%-
HSV(B)297.46º54.13%85.49%-
XYZ44.6528.3269.44-
YUV147.24167.94174.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 100 (39.45% from 255) = 18.83%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=40.11%
G=18.83%
B=41.05%

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
Decimal2131002180.020.5400.15297.4661.4662.35
HexD564DA2360F1293d3e
Octal3251443322660174517576
Binary110101011100100110110101011011001111100101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564DA; }

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

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

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

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

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

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

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

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