#D56DC7

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

Shades of Orchid #D56DC7

Tints of Orchid #D56DC7

Color information

#D56DC7 (or 0xD56DC7) is unknown color: approx Orchid. HEX triplet: D5, 6D and C7. RGB value is (213,109,199). Sum of RGB (Red+Green+Blue) = 213+109+199=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DC7 is #2A9238. Grayscale: #969696. Windows color (decimal): -2789945 or 13069781. OLE color: 13069781.

HSL color Cylindrical-coordinate representation of color #D56DC7: hue angle of 308.08º 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 #D56DC7 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213109199-
CMYK00.490.070.16
HSL308.08º55.32%63.14%-
HSV(B)308.08º48.83%83.53%-
XYZ43.2229.2157.39-
YUV150.36155.46172.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 109 (42.97% from 255) = 20.92%
BLUE value IS 199 (78.12% from 255) = 38.20%
R=40.88%
G=20.92%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310919900.490.070.16308.0855.3263.14
HexD56DC7031710134373f
Octal3251553070617204646777
Binary11010101110110111000111011000111110000100110100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DC7; }

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

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

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

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

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

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

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

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