#D56BB5

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

Shades of Orchid #D56BB5

Tints of Orchid #D56BB5

Color information

#D56BB5 (or 0xD56BB5) is unknown color: approx Orchid. HEX triplet: D5, 6B and B5. RGB value is (213,107,181). Sum of RGB (Red+Green+Blue) = 213+107+181=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BB5 is #2A944A. Grayscale: #929292. Windows color (decimal): -2790475 or 11889621. OLE color: 11889621.

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

Color convert

RGB213107181-
CMYK00.500.150.16
HSL318.11º55.79%62.75%-
HSV(B)318.11º49.77%83.53%-
XYZ41.042846.96-
YUV147.13147.12174.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=42.51%
G=21.36%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310718100.500.150.16318.1155.7962.75
HexD56BB5032F1013e383f
Octal32515326506217204767077
Binary110101011101011101101010110010111110000100111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56BB5; }

 p { color: rgb(213,107,181); }

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

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

 a { background-color: rgb(213,107,181); }

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

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

 span { border-color: rgb(213,107,181); }

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