#d56fdb

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

Shades of Orchid #D56FDB

Tints of Orchid #D56FDB

Color information

#D56FDB (or 0xD56FDB) is unknown color: approx Orchid. HEX triplet: D5, 6F and DB. RGB value is (213,111,219). Sum of RGB (Red+Green+Blue) = 213+111+219=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #D56FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FDB is #2A9024. Grayscale: #999999. Windows color (decimal): -2789413 or 14381013. OLE color: 14381013.

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

Color convert

RGB213111219-
CMYK0.030.4900.14
HSL296.67º60%64.71%-
HSV(B)296.67º49.32%85.88%-
XYZ45.9130.6370.51-
YUV153.81164.79170.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 111 (43.75% from 255) = 20.44%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=39.23%
G=20.44%
B=40.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131112190.030.4900.14296.676064.71
HexD56FDB3310E1293c41
Octal32515733336101645174101
Binary1101010111011111101101111110001011101001010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56fdb; }

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

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

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

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

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

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

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

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