#D561CC

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

Shades of Orchid #D561CC

Tints of Orchid #D561CC

Color information

#D561CC (or 0xD561CC) is unknown color: approx Orchid. HEX triplet: D5, 61 and CC. RGB value is (213,97,204). Sum of RGB (Red+Green+Blue) = 213+97+204=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D561CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561CC is #2A9E33. Grayscale: #8F8F8F. Windows color (decimal): -2793012 or 13394389. OLE color: 13394389.

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

Color convert

RGB21397204-
CMYK00.540.040.16
HSL304.66º58%60.78%-
HSV(B)304.66º54.46%83.53%-
XYZ42.6127.0660.1-
YUV143.88161.93177.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 97 (38.28% from 255) = 18.87%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=41.44%
G=18.87%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139720400.540.040.16304.665860.78
HexD561CC0364101313a3d
Octal3251413140664204617275
Binary11010101110000111001100011011010010000100110001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D561CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D561CC; }

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

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

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

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

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

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

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

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