#D564DE

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

Shades of Orchid #D564DE

Tints of Orchid #D564DE

Color information

#D564DE (or 0xD564DE) is unknown color: approx Orchid. HEX triplet: D5, 64 and DE. RGB value is (213,100,222). Sum of RGB (Red+Green+Blue) = 213+100+222=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #D564DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564DE is #2A9B21. Grayscale: #939393. Windows color (decimal): -2792226 or 14574805. OLE color: 14574805.

HSL color Cylindrical-coordinate representation of color #D564DE: hue angle of 295.57º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D564DE is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213100222-
CMYK0.040.5500.13
HSL295.57º64.89%63.14%-
HSV(B)295.57º54.95%87.06%-
XYZ45.1828.5372.23-
YUV147.7169.94174.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 100 (39.45% from 255) = 18.69%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=39.81%
G=18.69%
B=41.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131002220.040.5500.13295.5764.8963.14
HexD564DE4370D128413f
Octal32514433646701545010177
Binary11010101110010011011110100110111011011001010001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564DE; }

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

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

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

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

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

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

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

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