#D56AB8

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

Shades of Orchid #D56AB8

Tints of Orchid #D56AB8

Color information

#D56AB8 (or 0xD56AB8) is unknown color: approx Orchid. HEX triplet: D5, 6A and B8. RGB value is (213,106,184). Sum of RGB (Red+Green+Blue) = 213+106+184=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AB8 is #2A9547. Grayscale: #929292. Windows color (decimal): -2790728 or 12085973. OLE color: 12085973.

HSL color Cylindrical-coordinate representation of color #D56AB8: hue angle of 316.26º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56AB8 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB213106184-
CMYK00.500.140.16
HSL316.26º56.02%62.55%-
HSV(B)316.26º50.23%83.53%-
XYZ41.2527.9148.56-
YUV146.88148.95175.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 106 (41.80% from 255) = 21.07%
BLUE value IS 184 (72.27% from 255) = 36.58%
R=42.35%
G=21.07%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310618400.500.140.16316.2656.0262.55
HexD56AB8032E1013c383f
Octal32515227006216204747077
Binary110101011101010101110000110010111010000100111100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56AB8; }

 p { color: rgb(213,106,184); }

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

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

 a { background-color: rgb(213,106,184); }

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

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

 span { border-color: rgb(213,106,184); }

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