#D56ABB

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

Shades of Orchid #D56ABB

Tints of Orchid #D56ABB

Color information

#D56ABB (or 0xD56ABB) is unknown color: approx Orchid. HEX triplet: D5, 6A and BB. RGB value is (213,106,187). Sum of RGB (Red+Green+Blue) = 213+106+187=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ABB is #2A9544. Grayscale: #939393. Windows color (decimal): -2790725 or 12282581. OLE color: 12282581.

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

Color convert

RGB213106187-
CMYK00.500.120.16
HSL314.58º56.02%62.55%-
HSV(B)314.58º50.23%83.53%-
XYZ41.5628.0450.24-
YUV147.23150.45174.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=42.09%
G=20.95%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310618700.500.120.16314.5856.0262.55
HexD56ABB032C1013b383f
Octal32515227306214204737077
Binary110101011101010101110110110010110010000100111011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56ABB; }

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

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

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

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

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

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

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

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