#D56EC2

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

Shades of Orchid #D56EC2

Tints of Orchid #D56EC2

Color information

#D56EC2 (or 0xD56EC2) is unknown color: approx Orchid. HEX triplet: D5, 6E and C2. RGB value is (213,110,194). Sum of RGB (Red+Green+Blue) = 213+110+194=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EC2 is #2A913D. Grayscale: #969696. Windows color (decimal): -2789694 or 12742357. OLE color: 12742357.

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

Color convert

RGB213110194-
CMYK00.480.090.16
HSL311.07º55.08%63.33%-
HSV(B)311.07º48.36%83.53%-
XYZ42.7529.1954.42-
YUV150.37152.62172.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 110 (43.36% from 255) = 21.28%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=41.20%
G=21.28%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311019400.480.090.16311.0755.0863.33
HexD56EC2030910137373f
Octal32515630206011204676777
Binary110101011101110110000100110000100110000100110111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56EC2; }

 p { color: rgb(213,110,194); }

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

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

 a { background-color: rgb(213,110,194); }

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

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

 span { border-color: rgb(213,110,194); }

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