#D561C8

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

Shades of Orchid #D561C8

Tints of Orchid #D561C8

Color information

#D561C8 (or 0xD561C8) is unknown color: approx Orchid. HEX triplet: D5, 61 and C8. RGB value is (213,97,200). Sum of RGB (Red+Green+Blue) = 213+97+200=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D561C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561C8 is #2A9E37. Grayscale: #8F8F8F. Windows color (decimal): -2793016 or 13132245. OLE color: 13132245.

HSL color Cylindrical-coordinate representation of color #D561C8: hue angle of 306.72º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D561C8 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21397200-
CMYK00.540.060.16
HSL306.72º58%60.78%-
HSV(B)306.72º54.46%83.53%-
XYZ42.1426.8757.61-
YUV143.43159.93177.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 97 (38.28% from 255) = 19.02%
BLUE value IS 200 (78.52% from 255) = 39.22%
R=41.76%
G=19.02%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139720000.540.060.16306.725860.78
HexD561C80366101333a3d
Octal3251413100666204637275
Binary11010101110000111001000011011011010000100110011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D561C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D561C8; }

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

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

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

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

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

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

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

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