#D56FCB

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

Shades of Orchid #D56FCB

Tints of Orchid #D56FCB

Color information

#D56FCB (or 0xD56FCB) is unknown color: approx Orchid. HEX triplet: D5, 6F and CB. RGB value is (213,111,203). Sum of RGB (Red+Green+Blue) = 213+111+203=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FCB is #2A9034. Grayscale: #979797. Windows color (decimal): -2789429 or 13332437. OLE color: 13332437.

HSL color Cylindrical-coordinate representation of color #D56FCB: hue angle of 305.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56FCB is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB213111203-
CMYK00.480.050.16
HSL305.88º54.84%63.53%-
HSV(B)305.88º47.89%83.53%-
XYZ43.929.8359.94-
YUV151.99156.79171.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 111 (43.75% from 255) = 21.06%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=40.42%
G=21.06%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311120300.480.050.16305.8854.8463.53
HexD56FCB0305101323740
Octal32515731306052046267100
Binary110101011101111110010110110000101100001001100101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56FCB; }

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

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

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

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

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

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

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

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