#D561DE

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

Shades of Orchid #D561DE

Tints of Orchid #D561DE

Color information

#D561DE (or 0xD561DE) is unknown color: approx Orchid. HEX triplet: D5, 61 and DE. RGB value is (213,97,222). Sum of RGB (Red+Green+Blue) = 213+97+222=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #D561DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561DE is #2A9E21. Grayscale: #919191. Windows color (decimal): -2792994 or 14574037. OLE color: 14574037.

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

Color convert

RGB21397222-
CMYK0.040.5600.13
HSL295.68º65.45%62.55%-
HSV(B)295.68º56.31%87.06%-
XYZ44.927.9772.14-
YUV145.93170.93175.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 97 (38.28% from 255) = 18.23%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=40.04%
G=18.23%
B=41.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213972220.040.5600.13295.6865.4562.55
HexD561DE4380D128413f
Octal32514133647001545010177
Binary11010101110000111011110100111000011011001010001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D561DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D561DE; }

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

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

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

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

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

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

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

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