#D56DC4

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

Shades of Orchid #D56DC4

Tints of Orchid #D56DC4

Color information

#D56DC4 (or 0xD56DC4) is unknown color: approx Orchid. HEX triplet: D5, 6D and C4. RGB value is (213,109,196). Sum of RGB (Red+Green+Blue) = 213+109+196=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DC4 is #2A923B. Grayscale: #959595. Windows color (decimal): -2789948 or 12873173. OLE color: 12873173.

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

Color convert

RGB213109196-
CMYK00.490.080.16
HSL309.81º55.32%63.14%-
HSV(B)309.81º48.83%83.53%-
XYZ42.8729.0755.58-
YUV150.01153.96172.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 109 (42.97% from 255) = 21.04%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=41.12%
G=21.04%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310919600.490.080.16309.8155.3263.14
HexD56DC4031810136373f
Octal32515530406110204666777
Binary110101011101101110001000110001100010000100110110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DC4; }

 p { color: rgb(213,109,196); }

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

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

 a { background-color: rgb(213,109,196); }

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

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

 span { border-color: rgb(213,109,196); }

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