#D56BDB

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

Shades of Orchid #D56BDB

Tints of Orchid #D56BDB

Color information

#D56BDB (or 0xD56BDB) is unknown color: approx Orchid. HEX triplet: D5, 6B and DB. RGB value is (213,107,219). Sum of RGB (Red+Green+Blue) = 213+107+219=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #D56BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BDB is #2A9424. Grayscale: #979797. Windows color (decimal): -2790437 or 14379989. OLE color: 14379989.

HSL color Cylindrical-coordinate representation of color #D56BDB: hue angle of 296.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56BDB is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213107219-
CMYK0.030.5100.14
HSL296.79º60.87%63.92%-
HSV(B)296.79º51.14%85.88%-
XYZ45.4829.7870.37-
YUV151.46166.12171.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 107 (42.19% from 255) = 19.85%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=39.52%
G=19.85%
B=40.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131072190.030.5100.14296.7960.8763.92
HexD56BDB3330E1293d40
Octal32515333336301645175100
Binary1101010111010111101101111110011011101001010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56BDB; }

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

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

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

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

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

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

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

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