#D561DF

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

Shades of Orchid #D561DF

Tints of Orchid #D561DF

Color information

#D561DF (or 0xD561DF) is unknown color: approx Orchid. HEX triplet: D5, 61 and DF. RGB value is (213,97,223). Sum of RGB (Red+Green+Blue) = 213+97+223=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #D561DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561DF is #2A9E20. Grayscale: #919191. Windows color (decimal): -2792993 or 14639573. OLE color: 14639573.

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

Color convert

RGB21397223-
CMYK0.040.5700.13
HSL295.24º66.32%62.75%-
HSV(B)295.24º56.5%87.45%-
XYZ45.0328.0272.85-
YUV146.05171.43175.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 97 (38.28% from 255) = 18.20%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=39.96%
G=18.20%
B=41.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213972230.040.5700.13295.2466.3262.75
HexD561DF4390D127423f
Octal32514133747101544710277
Binary11010101110000111011111100111001011011001001111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D561DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D561DF; }

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

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

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

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

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

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

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

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